summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2009-10-26 22:08:38 -0400
committerGaetan Nadon <memsize@videotron.ca>2009-11-26 09:42:49 -0500
commit7ba49b1c6d4b80ddc3306e50b768799381244583 (patch)
treee70be7b6288429cde0d71101dfa1923531d565c5
parent4b7f8fdc83969ec1d9913dbd90c61f395c8d126e (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 d57c356..a075409 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -86,8 +86,6 @@ SUFFIXES = .$(APP_MAN_SUFFIX) .man
.man.$(APP_MAN_SUFFIX):
$(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
-EXTRA_DIST += ChangeLog
-MAINTAINERCLEANFILES = ChangeLog
.PHONY: ChangeLog