summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCarlos Eduardo Rodrigues DiĆ³genes <carlosd@src.gnome.org>2007-06-18 17:12:07 +0000
committerCarlos Eduardo Rodrigues DiĆ³genes <carlosd@src.gnome.org>2007-06-18 17:12:07 +0000
commitc27e0a9c2932b240b94afb5ec1cb94bcb111ea03 (patch)
tree262cf0df725f470592b72fb62a55298ca2a58e6a /docs
parent0b8a7a135e94a63e3ad9483945e0033da7b26219 (diff)
commit for bug #448838
svn path=/trunk/; revision=528
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index cb9c5f9..4d341df 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -2,7 +2,7 @@
doxygen_configfile = Doxyfile
-EXTRA_DIST = README Doxyfile html
+EXTRA_DIST = README Doxyfile
html/index.html:
-rm -rf html
@@ -16,7 +16,7 @@ gnome-mag-reference-html.tar.bz2: html/index.html
tar cf - html | bzip2 -c >$@
doc-clean: html-clean
- -rm -rf xml
+ -rm -rf html
-rm -f gnome-mag_doxygen_tags
-rm -f gnome-mag-reference-html.tar.gz gnome-mag-reference-html.tar.bz2
@@ -56,3 +56,5 @@ maintainer-clean-local: doc-clean
# Direct all the doxygen console output to a text file, so we can read it later:
# In doxywizard, disable EXTRACT_ALL to get warnings about undocumented methods.
doxygen-warnings: html-clean html/index.html
+
+CLEANFILES = doxygen-warnings.txt doxygen-output.txt