From e20789e17efcdb06e2870a1e75fc4af822c57eba Mon Sep 17 00:00:00 2001
From: Nils Freydank <holgersson@posteo.de>
Date: Wed, 08 Jan 2020 01:30:21 +0000
Subject: [PATCH] Avoid auto installation of files we install later manually
Adopted from asturm's patch for mdds-1.4.3

---
 Makefile.am | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 0234bf2a..aa1d9509 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,7 +11,6 @@ AM_CPPFLAGS = \
 	-I$(top_srcdir)/test/include \
 	$(CXXFLAGS_UNITTESTS)
 
-dist_doc_DATA = AUTHORS README.md
 nodist_pkgconf_DATA = misc/mdds-@MDDS_API_VERSION@.pc
 
 DISTCLEANFILES = \
@@ -19,8 +18,6 @@ DISTCLEANFILES = \
 
 EXTRA_DIST = \
 	autogen.sh \
-	CHANGELOG \
-	LICENSE \
 	doc/_static/images/fst-example1-initial.svg \
 	doc/_static/images/fst-example1-initial.svg.license \
 	doc/_static/images/fst-example1-insert1.svg \
@@ -99,14 +96,6 @@ EXTRA_DIST = \
 	misc/sorted_string_data.dat.license \
 	misc/sorted_string_map_perf.cpp
 
-install-data-local:
-	$(MKDIR_P) $(DESTDIR)$(docdir)
-	$(INSTALL_DATA) $(top_srcdir)/LICENSE $(DESTDIR)$(docdir)/COPYING
-	$(INSTALL_DATA) $(top_srcdir)/CHANGELOG $(DESTDIR)$(docdir)/NEWS
-
-uninstall-local:
-	rm -f $(DESTDIR)$(docdir)/COPYING $(DESTDIR)$(docdir)/NEWS
-
 if BUILD_DOCS
 
 doc-doxygen:
-- 
2.53.0

