summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2002-09-24 06:41:29 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2002-09-24 06:41:29 +0000
commitb39417b74212fedf0df2c3c52afaa073e3799bfa (patch)
tree00e4ca1a3bab0f0797d5c918e1260709d5e0fe49 /doc
parent5f203c49a2b77ae2bbf0dbcb6a82575d1c10ebcb (diff)
downloadflac-b39417b74212fedf0df2c3c52afaa073e3799bfa.tar.gz
add clean targets for cleaning up the generated doxygen docs
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am3
-rw-r--r--doc/html/Makefile.am2
2 files changed, 5 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index c1f2391d..0400ea41 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -31,3 +31,6 @@ doc_DATA = \
FLAC.tag
EXTRA_DIST = Doxyfile Makefile.lite $(doc_DATA)
+
+clean-local:
+ rm -rf FLAC.tag html/api doxytmp
diff --git a/doc/html/Makefile.am b/doc/html/Makefile.am
index be5c56c2..76e5a8a1 100644
--- a/doc/html/Makefile.am
+++ b/doc/html/Makefile.am
@@ -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