summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Spiers <stow@adamspiers.org>2011-12-06 18:20:03 +0000
committerAdam Spiers <stow@adamspiers.org>2011-12-06 20:33:08 +0000
commit15f44a3275721afe97dce22b37d1958891b2fadd (patch)
tree8e7cef3c4b789a13f0042b9af57ef4badd5f2f19
parentd051936bf5f2da1b989c10f790c8866f3a26ee52 (diff)
downloadstow-15f44a3275721afe97dce22b37d1958891b2fadd.tar.gz
`make clean' shouldn't remove files which the user may not be able to rebuild.
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index d8430da..af6af81 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -81,8 +81,8 @@ EXTRA_DIST = \
$(TEXINFO_TEX) \
$(DEFAULT_IGNORE_LIST) \
$(CPAN_FILES)
-CLEANFILES = $(bin_SCRIPTS) $(pm_DATA) $(dist_man_MANS) $(HTML) $(PDF) ChangeLog
-
+CLEANFILES = $(bin_SCRIPTS) $(pm_DATA)
+MAINTAINERCLEANFILES = $(dist_man_MANS) $(HTML) $(PDF) ChangeLog
# clean up auto-generated files
clean-local: