From 0f1286b3fbd3f250adbb27c8adbc7c021f8d7acd Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 19 May 2014 13:40:19 +0200 Subject: [PATCH] Omit tmp test file *.log.xml in dist --- etc/xsl/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/xsl/Makefile.am b/etc/xsl/Makefile.am index e2db1fb..ce95cd4 100644 --- a/etc/xsl/Makefile.am +++ b/etc/xsl/Makefile.am @@ -3,6 +3,7 @@ TESTS = $(check_SCRIPTS) check_SCRIPTS = test_xsl.sh dist-hook: + rm -f ${srcdir}/*.log.xml cp ${srcdir}/*.xml $(distdir) cp ${srcdir}/*.xsl $(distdir) -- 1.7.10.4