From 6f73c78bc6d77c685528d9089c15c7b5a914ed93 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 20 Jun 2006 11:02:58 +0000 Subject: [PATCH] Make terse.properties. --- zebra/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 + -- 1.7.10.4