diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2009-10-26 22:08:38 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2009-10-26 22:08:38 -0400 |
commit | 5c13f89a73f7b57dad9c9dcfd63e084077550c3e (patch) | |
tree | cf17220df232eaf55a0be857499e7e708e181b39 /Makefile.am | |
parent | 3d6678095a3553b9ab36d60e6a254acfbdc831c1 (diff) |
Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
ChangeLog filename is known to Automake and requires no further
coding in the makefile.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index deaa869..7523e4f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,8 +23,6 @@ SUBDIRS = src man EXTRA_DIST = sample-twmrc/jim.twmrc sample-twmrc/keith.twmrc sample-twmrc/lemke.twmrc -EXTRA_DIST += ChangeLog -MAINTAINERCLEANFILES = ChangeLog .PHONY: ChangeLog |