]> git.donarmstrong.com Git - lilypond.git/commitdiff
(NCSB_OTFS): remove old ncsb detection further.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 4 May 2006 11:56:19 +0000 (11:56 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 4 May 2006 11:56:19 +0000 (11:56 +0000)
ChangeLog
mf/GNUmakefile

index d59f8f9330523793bc4a82bcf3f41e1278da0561..85fbd261c4e5982f27ebe914d21a13114b4c0843 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2006-05-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
+       * mf/GNUmakefile (NCSB_OTFS): remove old ncsb detection further.
+
        * configure.in (LINK_GXX_STATICALLY): fix for ncsb detection.
 
        * lily/include/constrained-breaking.hh: GCC 4 fix.
index 61a6b1721f15999ace734d07a1e452d7e381f2c3..6a8fa110f5d8e2639fac58f36c32415715ffd6dd 100644 (file)
@@ -32,15 +32,6 @@ SVG_FILES = $(OTF_FILES:%.otf=%.svg) $(ALL_FONTS:%=$(outdir)/%.svg)
 
 FC_FIND=$(shell $(FCMATCH) --verbose 'Century Schoolbook L:style=$(1)' | grep 'file:' | sed 's/.*"\([^"]*\)".*/\1/g')
 
-ifeq ($(NCSB_DIR),)
-NCSB_SOURCE_FILES=$(call FC_FIND,Roman) \
-       $(call FC_FIND,Italic) \
-       $(call FC_FIND,Bold Italic) \
-       $(call FC_FIND,Bold)
-else
-NCSB_SOURCE_FILES=$(addsuffix .pfb,$(addprefix $(NCSB_DIR)/,c059013l c059016l c059033l c059036l))
-endif
-
 NCSB_OTFS=$(addprefix $(outdir)/,CenturySchL-Ital.otf CenturySchL-BoldItal.otf CenturySchL-Roma.otf CenturySchL-Bold.otf)
 NCSB_INSTALL_DIR=$(local_lilypond_datadir)/fonts/otf