From: Adam Dickmeiss Date: Tue, 4 Jan 2005 20:03:11 +0000 (+0000) Subject: Make marc21 example part of dist X-Git-Tag: snippet.version.1~181 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=aeecc14b36d7d98f8d08fdbe5596d0b0ce946b03 Make marc21 example part of dist --- diff --git a/examples/Makefile.am b/examples/Makefile.am index 94a8048..2b773d6 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,5 +1,5 @@ -SUBDIRS=gils zthes +SUBDIRS=gils zthes marc21 EXTRA_DIST = README diff --git a/examples/marc21/.cvsignore b/examples/marc21/.cvsignore new file mode 100644 index 0000000..3092046 --- /dev/null +++ b/examples/marc21/.cvsignore @@ -0,0 +1,6 @@ +*.mf +*.LCK +*.in +log +zebrasrv.pid +Makefile diff --git a/examples/marc21/Makefile.am b/examples/marc21/Makefile.am new file mode 100644 index 0000000..058c49a --- /dev/null +++ b/examples/marc21/Makefile.am @@ -0,0 +1,7 @@ +# $Id: Makefile.am,v 1.1 2005-01-04 20:03:11 adam Exp $ + +EXTRA_DIST = zebra.cfg sample-marc + +clean: + rm -f *.mf *..LCK zebrasrv.pid +