From: Adam Dickmeiss Date: Wed, 1 Jun 2005 14:42:29 +0000 (+0000) Subject: Ensure correct fname marcschema.xml is part of dist X-Git-Tag: snippet.version.1~7 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=74c8a62d1403d51315d58bd293b6284490e78003 Ensure correct fname marcschema.xml is part of dist --- diff --git a/test/xslt/Makefile.am b/test/xslt/Makefile.am index 883ebc7..363a172 100644 --- a/test/xslt/Makefile.am +++ b/test/xslt/Makefile.am @@ -1,9 +1,9 @@ -# $Id: Makefile.am,v 1.4 2005-05-31 14:18:17 adam Exp $ +# $Id: Makefile.am,v 1.5 2005-06-01 14:42:29 adam Exp $ check_PROGRAMS = xslt1 xslt2 xslt3 TESTS = $(check_PROGRAMS) -EXTRA_DIST=zebra.cfg marc-col.xml marc-one.xml index.xsl id.xsl marcschema.xsl +EXTRA_DIST=zebra.cfg marc-col.xml marc-one.xml index.xsl id.xsl marcschema.xml xslt1_SOURCES = xslt1.c xslt2_SOURCES = xslt2.c