Generate $module-public-headers.txt file, feed it to gtk-doc
authorColin Walters <walters@verbum.org>
Fri, 3 Jun 2011 18:53:27 +0000 (14:53 -0400)
committerColin Walters <walters@verbum.org>
Tue, 7 Jun 2011 18:18:36 +0000 (14:18 -0400)
commitab0e9dbfa76e056f875e969c0d7b6e133ec75431
treed552d7b5ba239401c45df1443e508228005111dc
parent003e05244259aeb8e221065a7f41137cc523aefb
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
docs/reference/gio/Makefile.am
docs/reference/glib/Makefile.am
docs/reference/gobject/Makefile.am
gio/Makefile.am
glib/Makefile.am
gobject/Makefile.am