From a0361ec04928be564e08189b6d40e67e4f0ff39e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 13 Jun 2011 23:19:45 -0400 Subject: [PATCH] Fix doc generation It helps to use the same file name on both ends... --- docs/reference/gio/Makefile.am | 2 +- docs/reference/glib/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/gio/Makefile.am b/docs/reference/gio/Makefile.am index 768a34d..d286a26 100644 --- a/docs/reference/gio/Makefile.am +++ b/docs/reference/gio/Makefile.am @@ -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 diff --git a/docs/reference/glib/Makefile.am b/docs/reference/glib/Makefile.am index da7554f..4c9f22c 100644 --- a/docs/reference/glib/Makefile.am +++ b/docs/reference/glib/Makefile.am @@ -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 -- 2.7.4