X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=zebra%2FMakefile;h=77e6e684c78b099761cd34fb7252bdb1e7cf077f;hp=1952d53aeb7fb6eb5ababbbb48d4d6652b3d9f3d;hb=6f73c78bc6d77c685528d9089c15c7b5a914ed93;hpb=cdedd0a5f5f476dcf1426f8b15b82f46ce0026a8 diff --git a/zebra/Makefile b/zebra/Makefile index 1952d53..77e6e68 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.2 2006-06-20 11:02:58 mike Exp $ test: xmllint --noout --schema zeerex-2.0.xsd zeerex.xml +terse.properties: pqf.properties + sed -n 's/#.*//; s/[ ]*//; s/[ ][ ]*/ /g; /./p' $? > $@ + +clean: + terse.properties +