From: hanwen Date: Thu, 4 May 2006 11:56:19 +0000 (+0000) Subject: (NCSB_OTFS): remove old ncsb detection further. X-Git-Tag: release/2.8.2~9^2~18 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9336b770dd24a54df8440c7e54dcaac0a000349e;p=lilypond.git (NCSB_OTFS): remove old ncsb detection further. --- diff --git a/ChangeLog b/ChangeLog index d59f8f9330..85fbd261c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2006-05-04 Han-Wen Nienhuys + * 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. diff --git a/mf/GNUmakefile b/mf/GNUmakefile index 61a6b1721f..6a8fa110f5 100644 --- a/mf/GNUmakefile +++ b/mf/GNUmakefile @@ -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