]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/stepmake/asciifont-rules.make
0e7e06c0fba53662308860ce0cf6aeb791f5f4b4
[lilypond.git] / stepmake / stepmake / asciifont-rules.make
1 # WHAT THE FUCK IS THIS DOING IN STEPMAKE???
2
3 $(outdir)/%.afm: %.af
4         grep '[[:cntrl:]]' $< | sed 's/^[[:cntrl:]] *//' > $@
5 #       grep '[[:cntrl:]]' $< | sed 's/^. *//' > $@