]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/metafont-rules.make
remove duplicate rule.
[lilypond.git] / stepmake / stepmake / metafont-rules.make
index 2ccf2f7b2c3319998a4cfe823c63179d9003223b..0be194896b0dac558d0e8731c8f12025970ee89c 100644 (file)
@@ -8,12 +8,6 @@ $(outdir)/%.dvi: %.mf
        mv $(basename $<).dvi $(outdir)
        rm $(basename $<).*gf
 
-# This is not metafont, this is feta-specific
-$(outdir)/%.log: %.mf
-       MFINPUTS=$(src-dir) $(METAFONT) "\mode:=$(MFMODE); nonstopmode; input $<;"
-       mv $(@F) $@
-       rm $(basename $(@F)).*gf
-
 $(outdir)/%.tfm $(outdir)%.log: %.mf
        MFINPUTS=$(src-dir) $(METAFONT) "\mode:=$(MFMODE); nonstopmode; input $<;"
 # Let's keep this log output, it saves another mf run.