From 2a44a81f1706340c09ac9f28f0c66796417c3f9f Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sun, 27 Mar 2005 12:31:00 +0000 Subject: [PATCH] (depth): use $(FONTFORGE). Patch by Jeff Smith --- ChangeLog | 3 +++ mf/GNUmakefile | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e2c28c4864..93fd797f55 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-03-27 Han-Wen Nienhuys + * mf/GNUmakefile (depth): use $(FONTFORGE). Patch by Jeff Smith + + * scripts/abc2ly.py (dump_voices): use alphabet(). 2005-03-25 Graham Percival diff --git a/mf/GNUmakefile b/mf/GNUmakefile index 28fc569d3c..059d990446 100644 --- a/mf/GNUmakefile +++ b/mf/GNUmakefile @@ -55,7 +55,7 @@ MFTRACE_FLAGS=$(if $(ENCODING_FILE),--encoding $(ENCODING_FILE),) --no-afm # $(outdir)/%.cff.ps $(outdir)/%.cff $(outdir)/%.otf $(outdir)/%.svg: $(outdir)/%.pe - (cd $(outdir) && fontforge -script $(notdir $<)) + (cd $(outdir) && $(FONTFORGE) -script $(notdir $<)) $(PYTHON) $(buildscript-dir)/ps-embed-cff.py $(basename $<).cff `cat $(basename $<).fontname` $(basename $<).cff.ps -- 2.39.5