[Genabel-commits] r1488 - pkg/ProbABEL/checks

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Dec 19 22:27:44 CET 2013


Author: lckarssen
Date: 2013-12-19 22:27:44 +0100 (Thu, 19 Dec 2013)
New Revision: 1488

Modified:
   pkg/ProbABEL/checks/Makefile.am
Log:
The ProbABEL tests/checks need to be in the distributed tar.gz file ('make dist'), but don't need to be installed with 'make install' as the end user has no need for them. 


Modified: pkg/ProbABEL/checks/Makefile.am
===================================================================
--- pkg/ProbABEL/checks/Makefile.am	2013-12-19 21:07:19 UTC (rev 1487)
+++ pkg/ProbABEL/checks/Makefile.am	2013-12-19 21:27:44 UTC (rev 1488)
@@ -56,9 +56,7 @@
 
 TESTS = $(check_SCRIPTS)
 
-testsdir = $(pkgdatadir)/tests
-dist_tests_DATA = $(verified_results) $(input_files)
-dist_tests_SCRIPTS = $(check_SCRIPTS)
+EXTRA_DIST = $(verified_results) $(input_files) $(check_SCRIPTS)
 
 
 ##################################################



More information about the Genabel-commits mailing list