add clean targets for cleaning up the generated doxygen docs

This commit is contained in:
Josh Coalson 2002-09-24 06:41:29 +00:00
parent 5f203c49a2
commit b39417b742
2 changed files with 5 additions and 0 deletions

View File

@ -31,3 +31,6 @@ doc_DATA = \
FLAC.tag
EXTRA_DIST = Doxyfile Makefile.lite $(doc_DATA)
clean-local:
rm -rf FLAC.tag html/api doxytmp

View File

@ -42,3 +42,5 @@ install-data-local:
(cd api && $(INSTALL_DATA) * $(DESTDIR)$(docdir)/api)
uninstall-local:
rm -rf $(DESTDIR)$(docdir)/api
clean-local:
rm -rf api