Don't install or EXTRA_DIST the package documentation
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Wed, 14 Jul 2010 11:40:28 +0000 (12:40 +0100)
committerPhilip Withnall <philip.withnall@collabora.co.uk>
Wed, 14 Jul 2010 11:40:28 +0000 (12:40 +0100)
It's unnecessary, and automake knows to distribute the files already.

Makefile.am

index 192dbe2..3f1bac4 100644 (file)
@@ -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)