]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/stepmake/metapost-rules.make
release: 1.1.63
[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 mfplain.mem  
10         -$(METAPOST) "&mfplain \mode=lowres; \mag=1.0; nonstopmode; input $<"
11
12
13
14 mfplain.mem: mfplain.ini
15         $(INIMETAPOST) mfplain.ini
16
17
18 $(outdir)/%.pfa: $(outdir)/%.0
19         $(PYTHON) $(depth)/buildscripts/ps-to-pfa.py --output $(basename $<).pfa $<
20         rm -f $(basename $(@F)).[0-9]*
21         rm -f $(basename $<).log $(basename $<).tfm
22
23
24
25 #dokkum:~/usr/src/lilypond/mf$ inimpost /usr/share/texmf/metapost/base/mfplain.mp
26 #[....] \dump
27