build-sys: install some basic doc-like data.
authorKrisztian Litkey <kli@iki.fi>
Sun, 5 Jan 2014 20:25:56 +0000 (22:25 +0200)
committerKrisztian Litkey <kli@iki.fi>
Fri, 10 Jan 2014 15:08:16 +0000 (17:08 +0200)
Makefile.am

index 1b9170b..91dcf5e 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...