beremiz
Clone
Summary
Browse
Changes
Graph
Enhanced statistics display code, used it and saw no more noticable leak while editing. Closing branch.
wx.NewID_abuse_fix
2019-03-28, Edouard Tisserant
9234abac093f
Enhanced statistics display code, used it and saw no more noticable leak while editing. Closing branch.
#! gmake
yml := ../../yml2
ysl2files := $(wildcard *.ysl2)
xsltfiles := $(patsubst %.ysl2, %.xslt, $(ysl2files))
all:$(xsltfiles)
%.xslt: %.ysl2 yslt_noindent.yml2
$(yml)/yml2c -I $(yml) $< -o $@.tmp
xmlstarlet fo $@.tmp > $@
rm $@.tmp
clean:
rm -f $(xsltfiles)