Skip to content
Snippets Groups Projects
Commit 09767575 authored by Ralph Giles's avatar Ralph Giles
Browse files

Tell automake to clean the doxygen output.

Without the extra clean, 'make distcheck' fails because
the distclean target doesn't remove all generated files.
parent 1b951961
No related branches found
No related tags found
No related merge requests found
......@@ -18,3 +18,10 @@ doxygen-build.stamp: Doxyfile $(DOCINPUTS)
@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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment