Rolling
[irspy-moved-to-github.git] / zebra / Makefile
1 # $Id: Makefile,v 1.4 2007-09-13 12:19:58 mike Exp $
2
3 test:
4         xmllint --noout --schema zeerex-2.0.xsd zeerex.xml
5
6 terse.properties: pqf.properties
7         sed -n 's/#.*//; s/[    ]*//; s/[       ][      ]*/ /g; /./p' $? > $@
8
9 newdb:
10         tar xzf records-2007-05-01.tar.gz
11         zebraidx-2.0 init
12         zebraidx-2.0 update zeerex.xml
13         zebraidx-2.0 update records-2007-05-01
14         zebraidx-2.0 commit
15
16 clean:
17         rm -f terse.properties
18