add clean targets for cleaning up the generated doxygen docs
This commit is contained in:
parent
5f203c49a2
commit
b39417b742
@ -31,3 +31,6 @@ doc_DATA = \
|
||||
FLAC.tag
|
||||
|
||||
EXTRA_DIST = Doxyfile Makefile.lite $(doc_DATA)
|
||||
|
||||
clean-local:
|
||||
rm -rf FLAC.tag html/api doxytmp
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user