summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2009-10-26 22:08:43 -0400
committerGaetan Nadon <memsize@videotron.ca>2009-10-26 22:08:43 -0400
commit229685f64ef0af38c06f696737e055007af02b9e (patch)
tree9774928b3c1e44825ca03eb954bc28456db93823
parentda934bc414ef2f37f018b0b10977c333a7842791 (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.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 2780226..96c91b1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,8 +24,7 @@ SUBDIRS = src man
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = xfontcache.pc
-EXTRA_DIST = xfontcache.pc.in ChangeLog
-MAINTAINERCLEANFILES = ChangeLog
+EXTRA_DIST = xfontcache.pc.in
.PHONY: ChangeLog