[tracker/vpath-build-review: 2/2] template files should go in dist tarball



commit 6029dc43e6e9e651e9f838882a545a85b6ce2b39
Author: Aleksander Morgado <aleksander lanedo com>
Date:   Thu May 13 17:18:06 2010 +0200

    template files should go in dist tarball

 tests/functional-tests/Makefile.am |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/tests/functional-tests/Makefile.am b/tests/functional-tests/Makefile.am
index 533f20a..bc05745 100644
--- a/tests/functional-tests/Makefile.am
+++ b/tests/functional-tests/Makefile.am
@@ -29,16 +29,18 @@ bashscriptsdir = $(datadir)/tracker-tests
 bashscripts_in_files =				\
 	force-sqlite-misused.sh.in		\
 	force-sqlite-misused-batch.sh.in	\
-	helper-test-data.sh.in		
+	helper-test-data.sh.in
 
 bashscripts_SCRIPTS = 				\
 	$(bashscripts_in_files:.sh.in=.sh)
 
 %.sh: %.sh.in
 	@sed -e "s|@topsrcdir[ ]|${top_srcdir}|" \
-	     -e "s|@libexecdir[ ]|${libexecdir}|" $< > $@	
+	     -e "s|@libexecdir[ ]|${libexecdir}|" $< > $@
 
-EXTRA_DIST = $(config_SCRIPTS) \
-	$(bashscripts_SCRIPTS)	
+EXTRA_DIST = 					\
+	$(config_SCRIPTS) 			\
+	$(bashscripts_SCRIPTS)			\
+	$(bashscripts_in_files)
 
 CLEANFILES = $(bashscripts_SCRIPTS)



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