summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Spiers <stow@adamspiers.org>2019-06-28 21:20:22 +0100
committerAdam Spiers <stow@adamspiers.org>2019-06-28 21:20:45 +0100
commit089151c11670b12f348e275550648ea063df26a4 (patch)
treee6731f77e568db3c78503aeca2d08373b9034bd3
parentd991dfbbf8abc75d92c235a8e9a27277fe12cb92 (diff)
downloadstow-089151c11670b12f348e275550648ea063df26a4.tar.gz
make maintainer-clean remove cover_db/
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 9917653..a6311d4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -105,7 +105,7 @@ MAINTAINERCLEANFILES = $(dist_man_MANS) $(HTML) $(PDF) ChangeLog
clean-local:
-rm -rf $(TESTS_OUT)
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
edit = sed -e 's|[@]PERL[@]|$(PERL)|g' \