summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--man/Makefile.am2
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bd3ace8..b45fd78 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-10-12 Kevin E. Martin <kem-at-freedesktop-dot-org>
+
+ * man/Makefile.am:
+ Add .shadows.DONE to CLEANFILES to pass distcheck
+
2005-10-11 Alan Coopersmith <alan.coopersmith@sun.com>
* man/Makefile.am:
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)