beremiz
Clone
Summary
Browse
Changes
Graph
fix highlight of search result in Search Result Panel
2017-01-10, Surkov Sergey
a0c7a6cb1690
fix highlight of search result in Search Result Panel
Remove previous highlight, after next search result clicked.
#! 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)