]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/metafont-rules.make
* mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
[lilypond.git] / stepmake / stepmake / metafont-rules.make
index 888dda8a44659cbf454421f3dbcd38d3a0f3f18f..8f10f03530c221f4763224e5205dbb0134ef4096 100644 (file)
@@ -3,11 +3,12 @@
 
 # we want to see botched results as well.
 $(outdir)/%.dvi: %.mf
-       -$(METAFONT) "\nonstopmode; input $<;"
+       -$(METAFONT) "\scrollmode; input $<;"
        gftodvi  $(basename $<)
        mv $(basename $<).dvi $(outdir)
        rm $(basename $<).*gf
 
+# This is not metafont, this is feta-specific
 $(outdir)/%.log: %.mf
        $(METAFONT) $<
        mv $(@F) $@
@@ -29,11 +30,12 @@ $(outdir)/%.$(XPM_RESOLUTION)pk: $(outdir)/%.$(XPM_RESOLUTION)gf
 
 
 $(outdir)/%.pfa: %.mf
-       pktrace -I $(outdir)/ --pfa --simplify --keep-trying $(basename $(@F))
+       $(MFTRACE) $(MFTRACE_FLAGS) -I $(outdir)/ --pfa --simplify --keep-trying $(basename $(@F))
        mv $(basename $(@F)).pfa $(outdir)
 
 $(outdir)/%.pfb: %.mf
-       pktrace -I $(outdir)/ --pfb --simplify --keep-trying  $(basename $(@F))
+       $(MFTRACE)  $(MFTRACE_FLAGS) -I $(outdir)/ --pfa --pfb --simplify --keep-trying  $(basename $(@F))
+       -mv $(basename $(@F)).pfa $(outdir)
        mv $(basename $(@F)).pfb $(outdir)
 
 #%.afm: