mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
Generate $module-public-headers.txt file, feed it to gtk-doc
Rather than having the gtk-doc build machinery have a list of header files to exclude, change the GLib build to dump a list of public header files generated from the maintained Makefile.am files for each of glib/, gobject/, gio/. Also, for glib, always install glib-unix.h, even on non-Unix platforms, for the same reason we install gwin32.h even on Unix. https://bugzilla.gnome.org/show_bug.cgi?id=651745
This commit is contained in:
@@ -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=$(top_srcdir)/gio/*.h
|
||||
HFILE_GLOB=$(addprefix $(top_srcdir)/gio/,$(shell cat $(top_srcdir)/gio/gio-public-header-files.txt))
|
||||
CFILE_GLOB=$(top_srcdir)/gio/*.c
|
||||
|
||||
# Headers to ignore
|
||||
|
Reference in New Issue
Block a user