build-sys: okay, don't install anything doc-ish...
authorKrisztian Litkey <krisztian.litkey@intel.com>
Wed, 8 Jan 2014 17:05:03 +0000 (19:05 +0200)
committerKrisztian Litkey <kli@iki.fi>
Fri, 10 Jan 2014 15:08:21 +0000 (17:08 +0200)
Makefile.am

index 91dcf5e..1b9170b 100644 (file)
@@ -1,5 +1,5 @@
 SUBDIRS  = . utils src
-doc_DATA = AUTHORS ChangeLog COPYING INSTALL NEWS README
+#doc_DATA = AUTHORS ChangeLog COPYING INSTALL NEWS README
 
 # This is the only way with automake I know of to force 'install-git-hooks'
 # to be evaluated before 'all'. If there is a nicer way, I'm all ears...