if multiple saxon, use the first one
This commit is contained in:
parent
2ac67495e2
commit
31de8da63a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,6 +1,6 @@
|
||||||
CONVERTER = python converter.py
|
CONVERTER = python converter.py
|
||||||
VALIDATE = xmllint --schema
|
VALIDATE = xmllint --schema
|
||||||
SAXON = java -jar $(wildcard saxon*.jar)
|
SAXON = java -jar $(firstword $(wildcard saxon*.jar))
|
||||||
RM = rm
|
RM = rm
|
||||||
ECHO = echo -e
|
ECHO = echo -e
|
||||||
CURL = curl --location
|
CURL = curl --location
|
||||||
|
|
Reference in a new issue