Fix catalog inside jar path in Makefile
diff --git a/Makefile b/Makefile
index 09050b3..7433c6d 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
 MAKE ?= make -j $(shell nproc)
 KORAPXML2CONLLU_HEAP ?= $(shell echo "$$(($(MAX_THREADS) * 2500))")
 KORAPXML2CONLLU ?= java -Xmx$(KORAPXML2CONLLU_HEAP)m -jar lib/korapxml2conllu.jar
-SAXON ?= java -Djava.util.logging.config.file=/logging.properties -cp lib/saxon-ee-12.5.jar:lib/xmlresolver-5.2.2.jar:lib/textclassifier.jar:lib/xmlresolver-5.2.2-data.jar net.sf.saxon.Transform -expand:off -catalog:"org/xmlresolver/catalog.xml"
+SAXON ?= java -Djava.util.logging.config.file=/logging.properties -cp lib/saxon-ee-12.5.jar:lib/xmlresolver-5.2.2.jar:lib/textclassifier.jar:lib/xmlresolver-5.2.2-data.jar net.sf.saxon.Transform -expand:off -catalog:jar:file:lib/xmlresolver-5.2.2-data.jar!lib/xmlresolver-5.2.2-data.jar:org/xmlresolver/catalog.xml
 
 .DELETE_ON_ERROR: