build: fix build warnings.
[profile/ivi/speech-recognition.git] / 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...