make maintainer-clean remove cover_db/
This commit is contained in:
parent
d991dfbbf8
commit
089151c116
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ MAINTAINERCLEANFILES = $(dist_man_MANS) $(HTML) $(PDF) ChangeLog
|
||||||
clean-local:
|
clean-local:
|
||||||
-rm -rf $(TESTS_OUT)
|
-rm -rf $(TESTS_OUT)
|
||||||
maintainer-clean-local:
|
maintainer-clean-local:
|
||||||
-rm -rf doc/manual-split
|
-rm -rf doc/manual-split cover_db
|
||||||
|
|
||||||
# this is more explicit and reliable than the config file trick
|
# this is more explicit and reliable than the config file trick
|
||||||
edit = sed -e 's|[@]PERL[@]|$(PERL)|g' \
|
edit = sed -e 's|[@]PERL[@]|$(PERL)|g' \
|
||||||
|
|
Loading…
Reference in a new issue