X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=stepmake%2Fstepmake%2Fmetafont-rules.make;h=8f10f03530c221f4763224e5205dbb0134ef4096;hb=e5284477dabd46ae1920a897833cad7fcd19c24a;hp=888dda8a44659cbf454421f3dbcd38d3a0f3f18f;hpb=f365eb4494e2ccc1a1cdf8ee2d2dfa84cddc87d7;p=lilypond.git diff --git a/stepmake/stepmake/metafont-rules.make b/stepmake/stepmake/metafont-rules.make index 888dda8a44..8f10f03530 100644 --- a/stepmake/stepmake/metafont-rules.make +++ b/stepmake/stepmake/metafont-rules.make @@ -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: