New
[irspy-moved-to-github.git] / zebra / Makefile
1 # $Id: Makefile,v 1.3 2006-06-20 11:06:02 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 clean:
10         rm -f terse.properties
11