Fix the 'distclean' target.
Generated documentation needs to be removed by this target for 'distcheck' to succeed. Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
This commit is contained in:
parent
f1841caba3
commit
4632f945de
@ -38,5 +38,5 @@ doc_DATA = \
|
||||
|
||||
EXTRA_DIST = Doxyfile.in Makefile.lite doxygen.footer.html doxygen.header.html $(doc_DATA)
|
||||
|
||||
maintainer-clean-local:
|
||||
distclean-local:
|
||||
rm -rf FLAC.tag html/api doxytmp
|
||||
|
@ -75,6 +75,6 @@ install-data-local:
|
||||
(cd $(builddir)/api && $(INSTALL_DATA) * $(DESTDIR)$(docdir)/api)
|
||||
uninstall-local:
|
||||
rm -rf $(DESTDIR)$(docdir)/api
|
||||
maintainer-clean-local:
|
||||
rm -rf api
|
||||
distclean-local:
|
||||
-rm -rf api
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user