From a828ad4a1881134c30886534a8879870ded15318 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Mon, 26 Oct 2009 22:08:38 -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 faf0eef..3fb3803 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,9 +35,8 @@ appmandir = $(APP_MAN_DIR) appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@) -EXTRA_DIST = $(appman_PRE) ChangeLog +EXTRA_DIST = $(appman_PRE) CLEANFILES = $(appman_DATA) -MAINTAINERCLEANFILES = ChangeLog SED = sed -- cgit v1.2.3