diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-07-22 19:52:54 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-07-22 19:52:54 -0400 |
commit | a03ab2396e6e020f594f72055657d74ff9b7103c (patch) | |
tree | 3dc7ed7ac327101d41ee1297b58a8f75e1d60488 /docs | |
parent | d82aeb82459ca30959a5f202c528d3ae3d123aa4 (diff) | |
download | gtk+-a03ab2396e6e020f594f72055657d74ff9b7103c.tar.gz |
Keep building libgail-util docs for now
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/Makefile.am | 2 | ||||
-rw-r--r-- | docs/reference/libgail-util/Makefile.am | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index 9cba1975a4..a2f772e660 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in include $(top_srcdir)/Makefile.decl -SUBDIRS = gdk gtk +SUBDIRS = gdk gtk libgail-util GITIGNOREFILES = */*.1 diff --git a/docs/reference/libgail-util/Makefile.am b/docs/reference/libgail-util/Makefile.am index b26dd5ce22..3b52a0f234 100644 --- a/docs/reference/libgail-util/Makefile.am +++ b/docs/reference/libgail-util/Makefile.am @@ -9,11 +9,11 @@ DOC_MODULE=gail-libgail-util3 DOC_MAIN_SGML_FILE=gail-libgail-util-docs.sgml # The directory containing the source code (if it contains documentation). -DOC_SOURCE_DIR=../../../modules/other/gail/libgail-util +DOC_SOURCE_DIR=../../../libgail-util # Used for dependencies -HFILE_GLOB = $(top_srcdir)/modules/other/gail/libgail-util/*.h -CFILE_GLOB = $(top_srcdir)/modules/other/gail/libgail-util/*.c +HFILE_GLOB = $(top_srcdir)/libgail-util/*.h +CFILE_GLOB = $(top_srcdir)/libgail-util/*.c # CFLAGS and LDFLAGS for compiling scan program. Only needed # if $(DOC_MODULE).types is non-empty. @@ -22,7 +22,7 @@ AM_CPPFLAGS = \ -I$(top_builddir) \ $(DEP_CFLAGS) -GTKDOC_LIBS = $(top_builddir)/modules/other/gail/libgail-util/libgailutil.la +GTKDOC_LIBS = $(top_builddir)/libgail-util/libgailutil.la # gtkdoc-mkdb related varaibles MKDB_OPTIONS = |