]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/stepmake/asciifont-rules.make
release: 1.3.25
[lilypond.git] / stepmake / stepmake / asciifont-rules.make
1 $(outdir)/%.afm: %.af
2         grep '[[:cntrl:]]' $< | sed 's/^[[:cntrl:]] *//' > $@
3 #       grep '[[:cntrl:]]' $< | sed 's/^. *//' > $@