From bfaed8583b3284230b88624e7f8e849cdb48a703 Mon Sep 17 00:00:00 2001 From: Marc Cromme Date: Mon, 12 Jun 2006 09:12:13 +0000 Subject: [PATCH] added alvis filter marcxml config in dist tarball --- examples/Makefile.am | 2 +- examples/marcxml/Makefile.am | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 examples/marcxml/Makefile.am diff --git a/examples/Makefile.am b/examples/Makefile.am index 8064810..a8d8a4b 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,5 +1,5 @@ -SUBDIRS = alvis-oai gils zthes marc21 +SUBDIRS = alvis-oai gils zthes marc21 marcxml EXTRA_DIST = README diff --git a/examples/marcxml/Makefile.am b/examples/marcxml/Makefile.am new file mode 100644 index 0000000..d415188 --- /dev/null +++ b/examples/marcxml/Makefile.am @@ -0,0 +1,24 @@ +# $Id: Makefile.am,v 1.1 2006-06-12 09:12:13 marc Exp $ + +EXTRA_DIST = zebra.cfg\ + MARC21slim2INDEX.xsl\ + MARC21slim2MADS.xsl\ + MARC21slim2MODS3-1.xsl\ + MARC21slim2MODS3.xsl\ + MARC21slim2SRWDC.xsl\ + MARC21slimUtils.xsl\ + collection-2.xml\ + collection-clasmrc.xml\ + collection-namemrc.xml\ + collection-opera-43.xml\ + collection-sandburg-1.xml\ + collection-subjmrc.xml\ + filter_alvis_conf.xml\ + identity.xsl\ + sandburg-1.xml\ + zebra.xsl + + +clean: + rm -f *.mf *..LCK zebrasrv.pid + -- 1.7.10.4