From 16016a13ecf3d3e5280c8b67c14e2eb2bceca9d8 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sun, 26 Feb 2006 12:49:56 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 3 +++ mf/GNUmakefile | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 717196cf54..8201fdf877 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,9 @@ 2006-02-26 Han-Wen Nienhuys + * mf/GNUmakefile ($(outdir)/emmentaler-$(1).otf + $(outdir)/emmentaler-$(1).svg): remove backslashes from define endef. + * buildscripts/substitute-encoding.py (Module): remove file. * mf/GNUmakefile: more PFA strippage. diff --git a/mf/GNUmakefile b/mf/GNUmakefile index a05467c24f..fe7efe2c40 100644 --- a/mf/GNUmakefile +++ b/mf/GNUmakefile @@ -60,8 +60,8 @@ $(outdir)/aybabtu.otf-gtable: $(BRACES:%=$(outdir)/feta-braces-%.otf-gtable) # 2. are not included with teTeX # -define EMMENTALER_RULE \ -$(outdir)/emmentaler-$(1).otf $(outdir)/emmentaler-$(1).svg: $(outdir)/emmentaler-$(1).pe $(outdir)/feta$(1).pfa $(outdir)/feta-alphabet$(1).pfa $(outdir)/parmesan$(1).pfa \ +define EMMENTALER_RULE +$(outdir)/emmentaler-$(1).otf $(outdir)/emmentaler-$(1).svg: $(outdir)/emmentaler-$(1).pe $(outdir)/feta$(1).pfa $(outdir)/feta-alphabet$(1).pfa $(outdir)/parmesan$(1).pfa cd $(outdir) && $(FONTFORGE) -script emmentaler-$(1).pe endef -- 2.39.5