Fix doc generation
authorMatthias Clasen <mclasen@redhat.com>
Tue, 14 Jun 2011 03:19:45 +0000 (23:19 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 14 Jun 2011 03:20:32 +0000 (23:20 -0400)
It helps to use the same file name on both ends...

docs/reference/gio/Makefile.am
docs/reference/glib/Makefile.am

index 768a34d..d286a26 100644 (file)
@@ -15,7 +15,7 @@ SCAN_OPTIONS=--deprecated-guards="G_DISABLE_DEPRECATED"
 # The directory containing the source code. Relative to $(srcdir)
 DOC_SOURCE_DIR=$(top_srcdir)/gio
 
-HFILE_GLOB=$(addprefix $(top_srcdir)/gio/,$(shell cat $(top_srcdir)/gio/gio-public-header-files.txt))
+HFILE_GLOB=$(addprefix $(top_srcdir)/gio/,$(shell cat $(top_srcdir)/gio/gio-public-headers.txt))
 CFILE_GLOB=$(top_srcdir)/gio/*.c
 
 # Headers to ignore
index da7554f..4c9f22c 100644 (file)
@@ -19,7 +19,7 @@ SCAN_OPTIONS=--deprecated-guards="G_DISABLE_DEPRECATED" --ignore-decorators="GLI
 MKDB_OPTIONS=--sgml-mode --output-format=xml --name-space=g
 
 # Used for dependencies
-HFILE_GLOB=$(addprefix $(top_srcdir)/glib/,$(shell cat $(top_srcdir)/glib/glib-public-header-files.txt)) $(top_srcdir)/gmodule/*.h
+HFILE_GLOB=$(addprefix $(top_srcdir)/glib/,$(shell cat $(top_srcdir)/glib/glib-public-headers.txt)) $(top_srcdir)/gmodule/*.h
 CFILE_GLOB=$(top_srcdir)/glib/*.c $(top_srcdir)/gmodule/*.c
 
 # Images to copy into HTML directory