summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@src.gnome.org>2008-12-12 02:42:58 +0000
committerJonathon Jongsma <jjongsma@src.gnome.org>2008-12-12 02:42:58 +0000
commit5aaeb7174687d6aef885302a1c0bffa58d5c775c (patch)
tree74cd044c1c614f02f6d01d258b6badcb641319d5 /docs
parentf1b2236cd0e3a28783faea56f3c325d860ffc62b (diff)
downloadglibmm-5aaeb7174687d6aef885302a1c0bffa58d5c775c.tar.gz
rebuild docs when a giomm header file is changed
svn path=/trunk/; revision=756
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index 63c2d98b..60470efd 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -33,7 +33,7 @@ $(devhelp_file): $(XML_INDEX) $(devhelp_stylesheet)
--stringparam reference_prefix "../../../doc/glibmm-2.4/docs/reference/html" \
-o $@ $(devhelp_stylesheet) $(XML_INDEX)
-$(HTML_INDEX) $(XML_INDEX): $(doxygen_configfile_source) $(beautify_docs_source) $(top_srcdir)/glib/glibmm/*.h
+$(HTML_INDEX) $(XML_INDEX): $(doxygen_configfile_source) $(beautify_docs_source) $(top_srcdir)/glib/glibmm/*.h $(top_srcdir)/gio/giomm/*.h
-rm -rf html
-rm -rf xml
doxygen $(doxygen_configfile)