]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/stepmake/metapost-rules.make
patch::: 1.1.0.uu2.jcn1: fixjes
[lilypond.git] / stepmake / stepmake / metapost-rules.make
1
2 $(outdir)/%.pfa: %.mf
3 # urg
4 # i've got no idea what this scaling could be for, on both sides...
5 # it seems that 'low_res', which should be all we ever need according
6 # to the metapost mfplain guru, really does 200dpi, iso 600dpi (minimun)
7         -$(METAPOST) "&mfplain \mode=lowres; \mag=100.0; batchmode; input $<"
8 #       -$(METAPOST) "&mfmp \mode=ljfour; \mag=100.0; batchmode; input $<"
9         $(PYTHON) $(depth)/$(buildscripts)/ps-to-pfa.py $<
10         rm -f $(basename $(@F)).[0-9]*
11         rm -f $(basename $<).log $(basename $<).tfm
12