From 3a0123c57a12b743568263fcaf73246d05af2482 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 6 Mar 2007 08:23:24 +0000 Subject: [PATCH] Added missing xsl for dom1 test. --- test/xslt/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/xslt/Makefile.am b/test/xslt/Makefile.am index 38b6d1f..be51c9a 100644 --- a/test/xslt/Makefile.am +++ b/test/xslt/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.13 2007-03-05 13:02:11 marc Exp $ +# $Id: Makefile.am,v 1.14 2007-03-06 08:23:24 adam Exp $ check_PROGRAMS = xslt1 xslt2 xslt3 xslt4 xslt5 dom1 TESTS = $(check_PROGRAMS) @@ -8,7 +8,7 @@ EXTRA_DIST= \ marc-col.xml marc-one.xml marc-col.mrc \ marc-missing-ns.xml \ index.xsl id.xsl \ - dom-index-element.xsl dom-index-pi.xsl \ + dom-index-element.xsl dom-index-pi.xsl dom-index-skipped.xsl \ marcschema-col.xml marcschema-one.xml snippet.xsl \ dom-config-col.xml dom-config-one.xml dom-config-marc.xml \ dom-config-skipped.xml -- 1.7.10.4