Description: Fix failing parallel builds
 Documentation is installed two times in parallel causing
 errors in some builds, so drop one instance of doc install.
Author: Valentin Vidic <Valentin.Vidic@CARNet.hr>
Last-Update: 2018-04-18
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Makefile.am
+++ b/Makefile.am
@@ -47,10 +47,9 @@
 
 DISTCLEANFILES = config.status config.h .deps/*.Po stamp-h1 Makefile Makefile.in configure
 
-docfiles = ChangeLog README.adoc AUTHORS.adoc doc/csync2.adoc COPYING
+docfiles = ChangeLog README.adoc AUTHORS.adoc doc/csync2.adoc
 
 doc_DATA = $(docfiles)
-dist_doc_DATA = $(docfiles)
 
 dist-clean-local:
 	rm -rf autom4te.cache
