]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/stepmake/metapost-rules.make
patch::: 1.1.35.jcn1: ps fixes -- huh?
[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) "&mfmp \mode=ljfour; \mag=100.0; batchmode; input $<"
8 #       -$(METAPOST) "&mfplain \mode=lowres; \mag=100.0; batchmode; input $<"
9         -$(METAPOST) "&mfplain \mode=lowres; \mag=30.0; batchmode; input $<"
10         $(PYTHON) $(depth)/buildscripts/ps-to-pfa.py $<
11         rm -f $(basename $(@F)).[0-9]*
12         rm -f $(basename $<).log $(basename $<).tfm
13
14
15
16 #dokkum:~/usr/src/lilypond/mf$ inimpost /usr/share/texmf/metapost/base/mfplain.mp
17 #[....] \dump
18