summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2009-10-26 22:08:40 -0400
committerGaetan Nadon <memsize@videotron.ca>2009-10-26 22:08:40 -0400
commit38bc3567f7134b74160dc3096e31643c93bc3198 (patch)
tree9d65c4551fca9eed653c5c03fb672d07defca93e
parent55e770684fe1bb3de4174a33fecf8f10698d9d5d (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.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index a1224ed..1d1d106 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -62,8 +62,6 @@ SUFFIXES = .$(APP_MAN_SUFFIX) .man
.man.$(APP_MAN_SUFFIX):
$(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
-EXTRA_DIST += ChangeLog
-MAINTAINERCLEANFILES = ChangeLog
.PHONY: ChangeLog