summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Elstner <danielk@openismus.com>2009-08-09 19:34:08 +0200
committerDaniel Elstner <danielk@openismus.com>2009-08-09 19:34:08 +0200
commit975e6813cc61d5b90c5ccd00aba12ac505dfe485 (patch)
treece3db063b1a5ed80310d013ab0a6f898a5119b99 /docs
parent2ec75e0f199dbc12baaed823c989a7519e208c6b (diff)
downloadglibmm-975e6813cc61d5b90c5ccd00aba12ac505dfe485.tar.gz
Bring back the giomm reference documentation
* glib/{src,glibmm}/filelist.am: Add namespace prefix glibmm_ to variable names, so that the file lists of glibmm and giomm can be included together without conflicts. * gio/{src,giomm}/filelist.am: Add namespace prefix giomm_ to variable names. * glib/{src,glibmm}/Makefile.am: Copy the namespace-prefixed make variables to non-prefixed variables, so that the Automake include files from mm-common will pick up the values. * gio/{src,giomm}/Makefile.am: ditto. * docs/Makefile.am: Include file lists of giomm. (doc_input): List the header files of both glibmm and giomm.
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 46d5d1a7..eeaa4ffa 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -17,9 +17,15 @@
include $(top_srcdir)/glib/src/filelist.am
include $(top_srcdir)/glib/glibmm/filelist.am
+include $(top_srcdir)/gio/src/filelist.am
+include $(top_srcdir)/gio/giomm/filelist.am
+
+glibmm_files_h = $(glibmm_files_built_h) $(glibmm_files_extra_h)
+giomm_files_h = $(giomm_files_built_h) $(giomm_files_extra_h)
book_name = $(GLIBMM_MODULE_NAME)
-doc_input = $(addprefix $(top_srcdir)/glib/glibmm/,$(files_built_h))
+doc_input = $(addprefix $(top_srcdir)/glib/glibmm/,$(glibmm_files_h)) \
+ $(addprefix $(top_srcdir)/gio/giomm/,$(giomm_files_h))
# Override utility locations to point to the local files.
doc_install = $(PERL) -- $(srcdir)/doc-install.pl