diff options
author | Kevin E Martin <kem@kem.org> | 2005-10-12 14:04:00 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-10-12 14:04:00 +0000 |
commit | 3a57856605a30b29d770571d6c734a5560215aa6 (patch) | |
tree | 4b9b7b95dda814bad52ddc8d806042ea960fe899 | |
parent | 1c34ea842fdece6b1a8c8666c2e7fc2b803ffd89 (diff) |
Add .shadows.DONE to CLEANFILES to pass distcheck
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | man/Makefile.am | 2 |
2 files changed, 7 insertions, 0 deletions
@@ -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) |