]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/metapost-rules.make
release: 1.1.64
[lilypond.git] / stepmake / stepmake / metapost-rules.make
index 8c73b296e0fd073159ed806b76f9c746ced9d5df..ef846f8a3c3df6cfdac2d1be33eb76d65f08e256 100644 (file)
@@ -1,18 +1,10 @@
 
-# urg
-# i've got no idea what this scaling could be for, on both sides...
-# it seems that 'low_res', which should be all we ever need according
-# to the metapost mfplain guru, really does 200dpi, iso 600dpi (minimun)
-#      -$(METAPOST) "&mfmp \mode=ljfour; \mag=100.0; batchmode; input $<"
-#      -$(METAPOST) "&mfplain \mode=lowres; \mag=100.0; batchmode; input $<"
-
 $(outdir)/%.0: %.mf mfplain.mem  
        -$(METAPOST) "&mfplain \mode=lowres; \mag=1.0; nonstopmode; input $<"
 
-
-
-mfplain.mem: mfplain.ini
-       $(INIMETAPOST) mfplain.ini
+MFPLAIN_MP=/usr/share/texmf/metapost/base/mfplain.mp
+mfplain.mem: $(MFPLAIN_MP)
+       $(INIMETAPOST) -interaction=nonstopmode $(MFPLAIN_MP) dump
 
 
 $(outdir)/%.pfa: $(outdir)/%.0
@@ -20,8 +12,3 @@ $(outdir)/%.pfa: $(outdir)/%.0
        rm -f $(basename $(@F)).[0-9]*
        rm -f $(basename $<).log $(basename $<).tfm
 
-
-
-#dokkum:~/usr/src/lilypond/mf$ inimpost /usr/share/texmf/metapost/base/mfplain.mp
-#[....] \dump
-