From 0a24eebff34ec9accbf0747df2ec1cc6a147094c Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 14 Jul 2010 12:40:28 +0100 Subject: [PATCH] Don't install or EXTRA_DIST the package documentation It's unnecessary, and automake knows to distribute the files already. --- Makefile.am | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/Makefile.am b/Makefile.am index 192dbe2..3f1bac4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,18 +11,7 @@ ACLOCAL_AMFLAGS = -I m4 DISTCHECK_CONFIGURE_FLAGS = --enable-docs -folksdocdir = ${prefix}/doc/folks -folksdoc_DATA = \ - ChangeLog \ - README \ - COPYING \ - AUTHORS \ - INSTALL \ - NEWS\ - $(NULL) - EXTRA_DIST = \ - $(folksdoc_DATA) \ autogen.sh \ $(NULL) -- 2.7.4