]> Pileus Git - ~andy/gtk/blobdiff - docs/reference/libgail-util/Makefile.am
docs: fix building for libgail-util
[~andy/gtk] / docs / reference / libgail-util / Makefile.am
index e6b4bb96bb340d8442bc156c7c5e9caeae1909d0..76825d7b4b93284ce06823579a04b6946a7f4284 100644 (file)
@@ -1,36 +1,40 @@
 ## Process this file with automake to produce Makefile.in
-include $(top_srcdir)/Makefile.decl
 
 AUTOMAKE_OPTIONS = 1.7
 
 # The name of the module.
-DOC_MODULE=gail-libgail-util
+DOC_MODULE=gail-libgail-util3
 
 # The top-level SGML file.
 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.
-INCLUDES =                      \
+AM_CPPFLAGS =                   \
         -I$(top_srcdir)         \
         -I$(top_builddir)       \
+        -I$(top_builddir)/libgail-util \
         $(DEP_CFLAGS)
 
-GTKDOC_LIBS = $(top_builddir)/modules/other/gail/libgail-util/libgailutil.la
+GTKDOC_LIBS = $(top_builddir)/libgail-util/libgailutil-3.la
 
 # gtkdoc-mkdb related varaibles
 MKDB_OPTIONS =
-content_files =
+content_files =                \
+       version.xml
 
 HTML_IMAGES =
 
 include $(top_srcdir)/gtk-doc.make
 
+# Other files to distribute
+EXTRA_DIST += version.xml.in
+
 -include $(top_srcdir)/git.mk