]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/stepmake/metapost-rules.make
release: 1.1.39
[lilypond.git] / stepmake / stepmake / metapost-rules.make
1
2 # urg
3 # i've got no idea what this scaling could be for, on both sides...
4 # it seems that 'low_res', which should be all we ever need according
5 # to the metapost mfplain guru, really does 200dpi, iso 600dpi (minimun)
6 #       -$(METAPOST) "&mfmp \mode=ljfour; \mag=100.0; batchmode; input $<"
7 #       -$(METAPOST) "&mfplain \mode=lowres; \mag=100.0; batchmode; input $<"
8
9 $(outdir)/%.0: %.mf
10         -$(METAPOST) "&mfplain \mode=lowres; \mag=30.0; batchmode; input $<"
11
12 $(outdir)/%.pfa: $(outdir)/%.0
13         $(PYTHON) $(depth)/buildscripts/ps-to-pfa.py --output $(basename $<).pfa $<
14         rm -f $(basename $(@F)).[0-9]*
15         rm -f $(basename $<).log $(basename $<).tfm
16
17
18
19 #dokkum:~/usr/src/lilypond/mf$ inimpost /usr/share/texmf/metapost/base/mfplain.mp
20 #[....] \dump
21