summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2009-10-26 22:08:38 -0400
committerGaetan Nadon <memsize@videotron.ca>2009-10-26 22:08:38 -0400
commit47b4daf16e246c1fc23073a5cc692da702dcc2d8 (patch)
treee2f92bfae507ff5d3234c0f195df2780d8f02029
parentc258f52cfb477d7bd48dca503b8a8842e6b17513 (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 60713c4..b7fb280 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -58,8 +58,6 @@ SUFFIXES = .$(APP_MAN_SUFFIX) .man .cpp
.man.$(APP_MAN_SUFFIX):
$(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
-EXTRA_DIST += ChangeLog
-MAINTAINERCLEANFILES = ChangeLog
.PHONY: ChangeLog