build: Don't install license or the INSTALL file
authorJan Ekström <jan.ekstrom@intel.com>
Thu, 28 Aug 2014 09:43:07 +0000 (12:43 +0300)
committerKrisztian Litkey <krisztian.litkey@intel.com>
Thu, 28 Aug 2014 10:43:04 +0000 (13:43 +0300)
Per-distribution packaging usually handles the license, and
INSTALL usually isn't installed to the system at all.

Makefile.am

index 425875f..41c688c 100644 (file)
@@ -1,7 +1,7 @@
 ACLOCAL_AMFLAGS = -I m4
 
 SUBDIRS  = . utils src doc
-doc_DATA = AUTHORS ChangeLog COPYING INSTALL NEWS README
+doc_DATA = AUTHORS ChangeLog NEWS README
 
 # This is the only way with automake I know of to force 'check-git-hooks'
 # to be evaluated before 'all'. If there is a nicer way, I'm all ears...