summaryrefslogtreecommitdiff
path: root/macros/generic/advice/Makefile
blob: 421bcdbfc9df4db0d5c29d69e86d8b9fe1d20600 (plain)
1
2
3
4
5
6
7
8
.PRECIOUS: %.dtx

%.dtx: %.edtx
	edtx2dtx $< > $@

%.sty %.tex t-%.tex &: %.ins %.dtx
	tex $<
	sed -i -s -e 's/\\\(un\)\?expanded/\\normal\1expanded/g;' t-$*.tex