From 32db4b53ed8d3f7c677e6428419f73b652bbe788 Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Sun, 1 Jan 2012 23:26:10 +0100 Subject: [PATCH] Avoid installing doc files with "make install" Move all documentation into EXTRA_DIST, otherwise it gets installed systemwide. And probably no one is interested in having the README installed in the system. Signed-off-by: David Herrmann --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 1140600..21ca61e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -99,4 +99,4 @@ test_input_CPPFLAGS = \ $(AM_CPPFLAGS) \ $(XKBCOMMON_CFLAGS) -dist_doc_DATA = README TODO +EXTRA_DIST = README TODO COPYING