From: hanwen Date: Sun, 26 Feb 2006 12:49:56 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/2.7.38^2~40 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=441b81a8d75235bd656ff327dfb69a9d637a8f9a;p=lilypond.git *** empty log message *** --- 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