From f58f2bf44c35ca82ecd9f022a494af0fbcd0a537 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Mon, 26 Oct 2009 22:08:43 -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 4df32ed..f06239b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,8 +26,7 @@ pkgconfig_DATA = xrender.pc dist_doc_DATA = doc/libXrender.txt -EXTRA_DIST = xrender.pc.in ChangeLog -MAINTAINERCLEANFILES = ChangeLog +EXTRA_DIST = xrender.pc.in .PHONY: ChangeLog -- cgit v1.2.1