[PATCH input-synaptics 2/5] Do not install ChangeLog and README with documentation

Gaetan Nadon memsize at videotron.ca
Mon Jun 13 16:43:28 PDT 2011


The content and location of these files are governed by the
GNU Build System architecture. They are expected to be found in the
root directory of the package. They are included in the tarball
automatically by Automake and require no explicit 'dist' action.

Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
 Makefile.am |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index e94fe19..16e146c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -131,5 +131,7 @@ ChangeLog:
 
 dist-hook: ChangeLog INSTALL
 
-dist_doc_DATA = ChangeLog README docs/README.alps		\
-		docs/trouble-shooting.txt docs/tapndrag.dia
+dist_doc_DATA = 			\
+	docs/README.alps		\
+	docs/trouble-shooting.txt	\
+	docs/tapndrag.dia
-- 
1.7.4.1



More information about the xorg-devel mailing list