build-sys: don't include AUTHORS, ChangeLog et al in install.
authorKrisztian Litkey <kli@iki.fi>
Thu, 22 Aug 2013 10:52:05 +0000 (13:52 +0300)
committerKrisztian Litkey <kli@iki.fi>
Thu, 22 Aug 2013 10:56:06 +0000 (13:56 +0300)
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...