ref: 09767575a5b12f2491b257d3f58157a4139f0296
parent: 1b951961ef9f7bd8cdf7da2a1cb927be71a2b230
author: Ralph Giles <[email protected]>
date: Wed Sep 7 07:18:23 EDT 2011
Tell automake to clean the doxygen output. Without the extra clean, 'make distcheck' fails because the distclean target doesn't remove all generated files.
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -18,3 +18,10 @@
@echo "*** Warning: Doxygen not found; API documentation will not be built."
touch $@
endif
+
+# delete doxygen subdirs
+clean-local:
+ -rm -rf html
+ -rm -rf latex
+ -rm -rf man
+ -rm doxygen-build.stamp