From 726f220cbd1a9a795c57c6b8e9d2bcc7ba25de65 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Mon, 26 Oct 2009 22:08:39 -0400 Subject: 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 20543ef..4875daf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,8 +48,7 @@ appmandir = $(APP_MAN_DIR) appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@) EXTRA_DIST = $(appman_PRE) -CLEANFILES = $(appman_DATA) ChangeLog -MAINTAINERCLEANFILES = ChangeLog +CLEANFILES = $(appman_DATA) SED = sed -- cgit v1.2.3