From c302f63b470a91cfd784d7286e18b0265953414b Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sun, 1 Jan 2006 19:20:59 +0000 Subject: [PATCH] * mf/GNUmakefile (local-install): oops. * mf/GNUmakefile (NCSB_PATH): add vars for NCSB. ($(outdir)/%.ttf): new rule. --- ChangeLog | 2 ++ mf/GNUmakefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8f62aad49f..da1c4f63e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2006-01-01 Han-Wen Nienhuys + * mf/GNUmakefile (local-install): oops. + * lily/lyric-hyphen.cc (print): oops. * buildscripts/pfx2ttf.fontforge: new file. diff --git a/mf/GNUmakefile b/mf/GNUmakefile index e70ed80093..a56e3c4710 100644 --- a/mf/GNUmakefile +++ b/mf/GNUmakefile @@ -137,7 +137,7 @@ $(PE_SCRIPTS): $(buildscript-dir)/gen-emmentaler-scripts.py $(outdir)/fonts.cache-1: $(PFA_OTF_FILES) $(PFA_FILES) $(OTF_FILES) cd $(outdir) ; fc-cache . -local-install: install-ncsb-ttf install-fc-cache +local-install: install-fc-cache install-fc-cache: $(foreach suff, $(INSTALLATION_OUT_SUFFIXES), rm -f $(DESTDIR)$(INSTALLATION_OUT_DIR$(suff))/fonts.cache-1 && ) true -- 2.39.5