Make marc21 example part of dist
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 4 Jan 2005 20:03:11 +0000 (20:03 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 4 Jan 2005 20:03:11 +0000 (20:03 +0000)
examples/Makefile.am
examples/marc21/.cvsignore [new file with mode: 0644]
examples/marc21/Makefile.am [new file with mode: 0644]

index 94a8048..2b773d6 100644 (file)
@@ -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 (file)
index 0000000..3092046
--- /dev/null
@@ -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 (file)
index 0000000..058c49a
--- /dev/null
@@ -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
+