From c0734ede358629eed1f110d930c6aaa13bbaa2d3 Mon Sep 17 00:00:00 2001 From: hanwen Date: Thu, 2 Mar 2006 16:50:15 +0000 Subject: [PATCH] ($(outdir)/emmentaler-%.otf $(outdir)/emmentaler-%.svg): rewrite without functions; too many Make incompatibilities. --- mf/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mf/GNUmakefile b/mf/GNUmakefile index 0f666b5c1e..c09f78335f 100644 --- a/mf/GNUmakefile +++ b/mf/GNUmakefile @@ -62,7 +62,7 @@ $(outdir)/aybabtu.otf-gtable: $(BRACES:%=$(outdir)/feta-braces-%.otf-gtable) $(outdir)/emmentaler-%.otf $(outdir)/emmentaler-%.svg: $(outdir)/emmentaler-%.pe $(outdir)/feta%.pfa $(outdir)/feta-alphabet%.pfa $(outdir)/parmesan%.pfa - cd $(outdir) && $(FONTFORGE) -script $(notdir $(subst otf,pe,$@)) + cd $(outdir) && $(FONTFORGE) -script $(notdir $(basename ,$@).pe) $(outdir)/aybabtu.otf $(outdir)/aybabtu.svg: $(outdir)/aybabtu.pe $(foreach s,$(BRACES),$(outdir)/feta-braces-$(s).pfa) cd $(outdir) && $(FONTFORGE) -script aybabtu.pe -- 2.39.5