]> git.donarmstrong.com Git - lilypond.git/blobdiff - mf/Makefile
release: 0.1.19
[lilypond.git] / mf / Makefile
index 9168cce4ea3d5d20b1eb3c36b1652ea03653da7d..30a6654f79540bc2470b00748cea70c0142caa75 100644 (file)
@@ -41,7 +41,7 @@ $(outdir)/%.log: %.mf
        rm $(basename $< ).*gf
 
 $(lyout)/%.ly $(texout)/%.tex: $(outdir)/%.log
-       mf-to-table -l $(lyout)/$(<F:.log=.ly) -t $(texout)/$(<F:.log=.tex) $<
+       mf-to-table --ly $(lyout)/$(<F:.log=.ly) --tex $(texout)/$(<F:.log=.tex) $<
 
 localinstall:
        $(INSTALL) -d $(MFDIR)/lilypond
@@ -54,7 +54,7 @@ localuninstall:
 $(outdir)/mfdeps: $(FONT_FILES)
 # do something silly to avoid barfs if python not installed.
        echo > $@
-       mf-deps  $^ >> $@
+       $(depth)/bin/$(outdir)/mf-deps  $^ >> $@
 
 # dependencies:
 #