diff --git a/docs/reference/gio/Makefile.am b/docs/reference/gio/Makefile.am index 768a34dd9..d286a2620 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 da7554f56..4c9f22c65 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