From: Adam Dickmeiss Date: Sun, 12 Aug 2007 10:36:33 +0000 (+0000) Subject: Include test marc21.xsl in distribution (tar.gz). X-Git-Tag: PAZPAR2.1.0.2~24 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=76913a6235a6410a02e00486093b45f93a04d2f1;p=pazpar2-moved-to-github.git Include test marc21.xsl in distribution (tar.gz). --- diff --git a/test/Makefile.am b/test/Makefile.am index 663302f..83ccc52 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,8 +1,8 @@ -# $Id: Makefile.am,v 1.2 2007-05-15 21:40:57 adam Exp $ +# $Id: Makefile.am,v 1.3 2007-08-12 10:36:33 adam Exp $ check_SCRIPTS = test_http.sh -EXTRA_DIST = test_http.xml test_http.cfg test_http_urls $(check_SCRIPTS) +EXTRA_DIST = marc21.xsl test_http.xml test_http.cfg test_http_urls $(check_SCRIPTS) TESTS = $(check_SCRIPTS)