From 7ddcd9b428797e37c3d362b27975b157647aceeb Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Sun, 15 Nov 2009 19:45:26 -0500 Subject: [PATCH] Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 ChangeLog filename is known to Automake and requires no further coding in the makefile. --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index b7fcbc5..e49f90d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,8 +10,7 @@ pkgconfig_DATA = inputproto.pc EXTRA_DIST = inputproto.pc.in -EXTRA_DIST += ChangeLog XI2proto.txt XIproto.txt -MAINTAINERCLEANFILES = ChangeLog +EXTRA_DIST += XI2proto.txt XIproto.txt .PHONY: ChangeLog INSTALL -- 2.7.4