]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 26 Feb 2006 12:49:56 +0000 (12:49 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 26 Feb 2006 12:49:56 +0000 (12:49 +0000)
ChangeLog
mf/GNUmakefile

index 717196cf542721e3aac94d42b8473f57d5eb15ae..8201fdf877ba86bd4a959ce0328a8be00d73f8ab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,9 @@
 
 2006-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * 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.
index a05467c24f3f3531f69393aab4af37425bc70e9a..fe7efe2c40dd70c46ba28defcd8d8d3ba4214adf 100644 (file)
@@ -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