[gom] build: Don't install text documentation



commit 622f29b6220392406af4e55b5df0e47083c5f444
Author: Bastien Nocera <hadess hadess net>
Date:   Tue May 6 10:50:28 2014 +0200

    build: Don't install text documentation
    
    Those are usually installed by the package managers.

 Makefile.am |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 4b7df51..613a7e9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,13 +8,7 @@ SUBDIRS = . doc po
 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
 DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-introspection --enable-silent-rules
 
-gomdocdir = ${datadir}/doc/gom- VERSION@
-gomdoc_DATA =
-gomdoc_DATA += README
-gomdoc_DATA += COPYING
-gomdoc_DATA += NEWS
-
-EXTRA_DIST += $(gomdoc_DATA)
+EXTRA_DIST += README COPYING NEWS
 
 dist-hook:
        @if test -d "$(srcdir)/.git"; then                              \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]