# # mkfile template for multiple target # T=index\ P=t2h all: $T for(i in $T) mk $i.html %.html: % tcs -fjis $stem | $P >$target clean: rm $T^.html