From 31de8da63ac9a8d64b725b056e179da4be803c20 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 5 May 2024 20:17:21 +0200 Subject: [PATCH] if multiple saxon, use the first one --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cb8e228..ca1c69f 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CONVERTER = python converter.py VALIDATE = xmllint --schema -SAXON = java -jar $(wildcard saxon*.jar) +SAXON = java -jar $(firstword $(wildcard saxon*.jar)) RM = rm ECHO = echo -e CURL = curl --location