From e8e8afc359c7b083f8d8f1857e83adc6af0a5dea Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Fri, 7 Jan 2005 15:15:48 +0000 Subject: [PATCH] (debian-mirror): rename bigcheese to emmentaler. --- ChangeLog | 2 ++ ...-bigcheese-scripts.py => gen-emmentaler-scripts.py} | 0 mf/GNUmakefile | 10 +++++----- 3 files changed, 7 insertions(+), 5 deletions(-) rename buildscripts/{gen-bigcheese-scripts.py => gen-emmentaler-scripts.py} (100%) diff --git a/ChangeLog b/ChangeLog index 87c4d1b333..01f49ec84f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-01-07 Han-Wen Nienhuys + * mf/GNUmakefile (debian-mirror): rename bigcheese to emmentaler. + * lily/include/main.hh: lose _b hungarian suffixes for global variables. diff --git a/buildscripts/gen-bigcheese-scripts.py b/buildscripts/gen-emmentaler-scripts.py similarity index 100% rename from buildscripts/gen-bigcheese-scripts.py rename to buildscripts/gen-emmentaler-scripts.py diff --git a/mf/GNUmakefile b/mf/GNUmakefile index 584c2de680..ff226ff955 100644 --- a/mf/GNUmakefile +++ b/mf/GNUmakefile @@ -17,10 +17,10 @@ FETA_MF_FILES = $(wildcard feta[0-9]*.mf)\ STAFF_SIZES = 11 13 14 16 18 20 23 26 BRACES = a b c d e f g h i -OTF_FILES = $(addsuffix .otf, $(addprefix $(outdir)/bigcheese, $(STAFF_SIZES)))\ +OTF_FILES = $(addsuffix .otf, $(addprefix $(outdir)/emmentaler, $(STAFF_SIZES)))\ $(outdir)/aybabtu.otf -PE_SCRIPTS = $(addsuffix .pe, $(addprefix $(outdir)/bigcheese, $(STAFF_SIZES))) \ - $(addsuffix .dep, $(addprefix $(outdir)/bigcheese, $(STAFF_SIZES))) +PE_SCRIPTS = $(addsuffix .pe, $(addprefix $(outdir)/emmentaler, $(STAFF_SIZES))) \ + $(addsuffix .dep, $(addprefix $(outdir)/emmentaler, $(STAFF_SIZES))) OTF_TABLES = $(addsuffix .otf-table, $(addprefix $(outdir)/feta, $(STAFF_SIZES))) \ $(BRACES:%=$(outdir)/feta-braces-%.otf-table) FETA_FONTS = $(FETA_MF_FILES:.mf=) @@ -69,7 +69,7 @@ $(outdir)/aybabtu.otf: $(outdir)/aybabtu.subfonts $(outdir)/aybabtu.otf-table $( $(outdir)/aybabtu.subfonts: echo $(subst .mf,,$(wildcard feta-braces-[a-z].mf)) > $@ -$(PE_SCRIPTS): $(buildscript-dir)/gen-bigcheese-scripts.py +$(PE_SCRIPTS): $(buildscript-dir)/gen-emmentaler-scripts.py $(PYTHON) $< --dir=$(outdir) @@ -113,7 +113,7 @@ INSTALLATION_OUT_FILES8=$(OTF_FILES) export MFINPUTS:=.:$(MFINPUTS) -default: pfa_warning $(ALL_GEN_FILES) $(outdir)/bigcheese20.otf +default: pfa_warning $(ALL_GEN_FILES) $(outdir)/emmentaler20.otf pfa_warning: ifneq ($(shell $(MFTRACE) --version | sed 's/ .*//'),mftrace) -- 2.39.5