svghmi/Makefile
branchsvghmi
changeset 2798 ddb2c4668a6b
parent 2753 9a7e12e96399
child 2872 83adf8859c55
--- a/svghmi/Makefile	Fri Oct 11 12:03:14 2019 +0200
+++ b/svghmi/Makefile	Tue Oct 15 17:14:48 2019 +0200
@@ -16,7 +16,7 @@
 
 all:$(xsltfiles)
 
-%.xslt: %.ysl2 ../yslt_noindent.yml2
+%.xslt: %.ysl2 svghmi.js ../yslt_noindent.yml2
 	$(yml2path)/yml2c -I $(yml2path):../ $< -o $@.tmp
 	xmlstarlet fo $@.tmp > $@
 	rm $@.tmp