X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=zebra%2FMakefile;h=2e6908cb0d458bc2ee418ad47319a22ab0ce00a7;hp=1952d53aeb7fb6eb5ababbbb48d4d6652b3d9f3d;hb=e04a51eb8137d29b22ff514f4c226192fbd530b8;hpb=b31336bc885441f689f9a6bc944797f4f23974a8 diff --git a/zebra/Makefile b/zebra/Makefile index 1952d53..2e6908c 100644 --- a/zebra/Makefile +++ b/zebra/Makefile @@ -1,5 +1,11 @@ -# $Id: Makefile,v 1.1 2006-06-01 09:29:17 mike Exp $ +# $Id: Makefile,v 1.3 2006-06-20 11:06:02 mike Exp $ test: xmllint --noout --schema zeerex-2.0.xsd zeerex.xml +terse.properties: pqf.properties + sed -n 's/#.*//; s/[ ]*//; s/[ ][ ]*/ /g; /./p' $? > $@ + +clean: + rm -f terse.properties +