beremiz
Clone
Summary
Browse
Changes
Graph
Fixed changes from dporopat and agregorcic about WAMP CRA and config.
2018-01-10, Edouard Tisserant
f224383cc883
Fixed changes from dporopat and agregorcic about WAMP CRA and config.
#! gmake
yml := ../../yml2
ysl2files := $(wildcard *.ysl2)
xsltfiles := $(patsubst %.ysl2, %.xslt, $(ysl2files))
all:$(xsltfiles)
%.xslt: %.ysl2
$(yml)/yml2c -I $(yml) $< -o $@.tmp
xmlstarlet fo $@.tmp > $@
rm $@.tmp
clean:
rm -f $(xsltfiles)