summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Spiers <stow@adamspiers.org>2011-12-07 00:38:16 +0000
committerAdam Spiers <stow@adamspiers.org>2011-12-07 01:22:56 +0000
commit5eef9830c1a69641dc8f8737cf62025c82edd8f8 (patch)
tree0f0ac9f3433ba393c1586ec86832088f8cd7decb
parent15f44a3275721afe97dce22b37d1958891b2fadd (diff)
downloadstow-5eef9830c1a69641dc8f8737cf62025c82edd8f8.tar.gz
Use maintainer-clean-local rule, not maintainer-clean.
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index af6af81..e0589b9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -87,7 +87,7 @@ MAINTAINERCLEANFILES = $(dist_man_MANS) $(HTML) $(PDF) ChangeLog
# clean up auto-generated files
clean-local:
-rm -rf $(TESTS_OUT)
-maintainer-clean:
+maintainer-clean-local:
-rm -rf doc/manual-split
# this is more explicit and reliable than the config file trick