projects
/
irspy-moved-to-github.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Check for at least YAZ version 2.1.51
[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