X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=zebra%2FMakefile;h=481a12584bc28ebf48b0ef109fa334854af72c3b;hp=1952d53aeb7fb6eb5ababbbb48d4d6652b3d9f3d;hb=a4fb268d201df96055dad3e5936725d6a67605f5;hpb=b31336bc885441f689f9a6bc944797f4f23974a8 diff --git a/zebra/Makefile b/zebra/Makefile index 1952d53..481a125 100644 --- a/zebra/Makefile +++ b/zebra/Makefile @@ -1,5 +1,18 @@ -# $Id: Makefile,v 1.1 2006-06-01 09:29:17 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 +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: + rm -f terse.properties +