From: Jan Nieuwenhuizen Date: Fri, 14 Jan 2005 10:48:56 +0000 (+0000) Subject: (CFF_FILES): Bugfix: only big cheeses and braces. X-Git-Tag: release/2.5.14~268 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=37a110913b012fb79c95e269c77f53bbf1862298;p=lilypond.git (CFF_FILES): Bugfix: only big cheeses and braces. --- diff --git a/ChangeLog b/ChangeLog index 6b8c56bc76..d31742fd33 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-01-14 Jan Nieuwenhuizen + + * mf/GNUmakefile (CFF_FILES): Bugfix: only big cheeses and braces. + 2005-01-12 Werner Lemberg This patch addresses the following problems in the feta sources @@ -109,6 +113,7 @@ * Documentation/user/notation.itely (Ancient rests): Fix typo (thanks Anthony) +>>>>>>> 1.3051 2005-01-13 Jan Nieuwenhuizen * scm/auto-beam.scm (score-override-auto-beam-setting): New function. diff --git a/mf/GNUmakefile b/mf/GNUmakefile index cf8740ce7a..951c5bc340 100644 --- a/mf/GNUmakefile +++ b/mf/GNUmakefile @@ -25,7 +25,7 @@ OTF_TABLES = $(addsuffix .otf-table, $(addprefix $(outdir)/feta, $(STAFF_SIZES)) $(BRACES:%=$(outdir)/feta-braces-%.otf-table) FETA_FONTS = $(FETA_MF_FILES:.mf=) SVG_FILES = $(OTF_FILES:%.otf=%.svg) $(ALL_FONTS:%=$(outdir)/%.svg) -CFF_FILES = $(OTF_FILES:%.otf=%.cff) $(ALL_FONTS:%=$(outdir)/%.cff) +CFF_FILES = $(OTF_FILES:%.otf=%.cff) $(outdir)/aybabtu.otf-table: $(BRACES:%=$(outdir)/feta-braces-%.otf-table)