[five-or-more] Fix distcheck



commit 917ffb9cfbee4a847cee00d7cd8085e22723c615
Author: Thomas Hindoe Paaboel Andersen <phomes gmail com>
Date:   Fri Nov 2 00:17:05 2012 +0100

    Fix distcheck

 Makefile.am |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index e97ab00..a7a52bf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,4 +21,7 @@ install-scorefiles-local:
 
 install-data-local: install-scorefiles-local
 
+# Ignore score files, these *should* be left behind.
+distuninstallcheck_listfiles = find . -type f -print | grep -v '.scores'
+
 -include $(top_srcdir)/git.mk



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]