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