summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-10-12 14:04:00 +0000
committerKevin E Martin <kem@kem.org>2005-10-12 14:04:00 +0000
commit3a57856605a30b29d770571d6c734a5560215aa6 (patch)
tree4b9b7b95dda814bad52ddc8d806042ea960fe899 /man
parent1c34ea842fdece6b1a8c8666c2e7fc2b803ffd89 (diff)
Add .shadows.DONE to CLEANFILES to pass distcheck
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index d0ddd6e..a124291 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -58,6 +58,8 @@ BUILT_SOURCES = .shadows.DONE
done)
touch .shadows.DONE
+CLEANFILES += .shadows.DONE
+
# Rules for generating files using the C pre-processor
# (Replaces CppFileTarget from Imake)