diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2009-10-26 22:08:39 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2009-10-26 22:08:39 -0400 |
commit | 24dd7a8ef6d9edc1145855eba880b7c3b5bb2284 (patch) | |
tree | 03a32251fea8853a48651d196a373467f9ae6fbe | |
parent | 12b82f86995178b572a91c377938311acb1e03df (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.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 2bc8c40..a21bc1f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -116,8 +116,6 @@ SUFFIXES = .$(APP_MAN_SUFFIX) .man .man.$(APP_MAN_SUFFIX): sed $(MAN_SUBSTS) < $< > $@ -EXTRA_DIST += ChangeLog -MAINTAINERCLEANFILES = ChangeLog .PHONY: ChangeLog |