Fix doc generation

It helps to use the same file name on both ends...
This commit is contained in:
Matthias Clasen
2011-06-13 23:19:45 -04:00
parent 4dc3d3e999
commit a0361ec049
2 changed files with 2 additions and 2 deletions

View 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