From: Marc Cromme Date: Mon, 12 Jun 2006 09:12:13 +0000 (+0000) Subject: added alvis filter marcxml config in dist tarball X-Git-Tag: before.bug.529~53 X-Git-Url: http://jsfdemo.indexdata.com/?a=commitdiff_plain;h=bfaed8583b3284230b88624e7f8e849cdb48a703;p=idzebra-moved-to-github.git added alvis filter marcxml config in dist tarball --- 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 +