Append
[irspy-moved-to-github.git] / zebra / Makefile
index 77e6e68..481a125 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 2006-06-20 11:02:58 mike Exp $
+# $Id: Makefile,v 1.4 2007-09-13 12:19:58 mike Exp $
 
 test:
        xmllint --noout --schema zeerex-2.0.xsd zeerex.xml
@@ -6,6 +6,13 @@ test:
 terse.properties: pqf.properties
        sed -n 's/#.*//; s/[    ]*//; s/[       ][      ]*/ /g; /./p' $? > $@
 
+newdb:
+       tar xzf records-2007-05-01.tar.gz
+       zebraidx-2.0 init
+       zebraidx-2.0 update zeerex.xml
+       zebraidx-2.0 update records-2007-05-01
+       zebraidx-2.0 commit
+
 clean:
-       terse.properties
+       rm -f terse.properties