X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mf%2FGNUmakefile;h=c47b2697d359dcc63e775d5af6802887a82dcbd4;hb=2f320e9722ec20d6f13ec567d007763cc912c5da;hp=329d673bfb92d237093749a95718c601f77f2451;hpb=89c94db7a59904e2cb7066e075049465be8ac1ac;p=lilypond.git diff --git a/mf/GNUmakefile b/mf/GNUmakefile index 329d673bfb..c47b2697d3 100644 --- a/mf/GNUmakefile +++ b/mf/GNUmakefile @@ -29,8 +29,9 @@ OTF_TABLES = $(STAFF_SIZES:%=$(outdir)/feta%.otf-table) \ $(BRACES:%=$(outdir)/feta-braces-%.otf-table) FETA_FONTS = $(FETA_MF_FILES:.mf=) SVG_FILES = $(OTF_FILES:%.otf=%.svg) +WOFF_FILES = $(OTF_FILES:%.otf=%.woff) -FC_FIND = $(shell $(FCMATCH) --verbose 'Century Schoolbook L:style=$(1)' \ +FC_FIND = $(shell $(FCLIST) --verbose 'Century Schoolbook L:style=$(1)' \ | grep 'file:' \ | sed 's/.*"\([^"]*\)".*/\1/g') @@ -59,8 +60,9 @@ $(outdir)/emmentaler-brace.otf-gtable: $(BRACES:%=$(outdir)/feta-braces-%.otf-gt # 2. are not included with teTeX # -$(outdir)/emmentaler-%.otf \ -$(outdir)/emmentaler-%.svg: $(outdir)/emmentaler-%.pe \ +$(outdir)/emmentaler-%.otf\ + $(outdir)/emmentaler-%.svg\ + $(outdir)/emmentaler-%.woff: $(outdir)/emmentaler-%.pe \ $(outdir)/feta%.pfb \ $(outdir)/feta-noteheads%.pfb \ $(outdir)/feta-alphabet%.pfb \ @@ -69,8 +71,9 @@ $(outdir)/emmentaler-%.svg: $(outdir)/emmentaler-%.pe \ $(outdir)/feta%.otf-gtable cd $(outdir) && $(FONTFORGE) -script $(notdir $(basename ,$@).pe) -$(outdir)/emmentaler-brace.otf \ -$(outdir)/emmentaler-brace.svg: $(outdir)/emmentaler-brace.pe \ +$(outdir)/emmentaler-brace.otf\ + $(outdir)/emmentaler-brace.svg\ + $(outdir)/emmentaler-brace.woff: $(outdir)/emmentaler-brace.pe \ $(foreach s,$(BRACES),$(outdir)/feta-braces-$(s).pfb) \ $(outdir)/emmentaler-brace.otf-table $(outdir)/emmentaler-brace.otf-gtable cd $(outdir) && $(FONTFORGE) -script emmentaler-brace.pe @@ -93,7 +96,7 @@ $(outdir)/feta23.otf-table: $(outdir)/feta23.lisp \ $(outdir)/parmesan23.lisp \ $(outdir)/feta-alphabet23.lisp $(outdir)/feta20.otf-table: $(outdir)/feta20.lisp \ - $(outdir)/feta-noteheads23.lisp \ + $(outdir)/feta-noteheads20.lisp \ $(outdir)/parmesan20.lisp \ $(outdir)/feta-alphabet20.lisp $(outdir)/feta18.otf-table: $(outdir)/feta18.lisp \ @@ -123,8 +126,9 @@ $(outdir)/emmentaler-brace.otf: $(outdir)/emmentaler-brace.subfonts \ $(outdir)/emmentaler-brace.otf-gtable \ $(outdir)/emmentaler-brace.pe -$(outdir)/emmentaler-brace.otf \ -$(outdir)/emmentaler-brace.svg: $(BRACES:%=$(outdir)/feta-braces-%.pfb) +$(outdir)/emmentaler-brace.otf\ + $(outdir)/emmentaler-brace.svg\ + $(outdir)/emmentaler-brace.woff: $(BRACES:%=$(outdir)/feta-braces-%.pfb) $(outdir)/emmentaler-brace.fontname: echo -n 'emmentaler-brace' > $@ @@ -148,7 +152,8 @@ ALL_GEN_FILES = $(LOG_FILES) \ $(OTF_TABLES) \ $(NCSB_OTFS) \ $(OTF_FILES) \ - $(SVG_FILES) + $(SVG_FILES) \ + $(WOFF_FILES) # PRE_INSTALL=$(MAKE) "$(ALL_GEN_FILES)" @@ -162,7 +167,7 @@ INSTALLATION_OUT_FILES1 = $(OTF_FILES) \ $(NCSB_OTFS) INSTALLATION_OUT_DIR2 = $(local_lilypond_datadir)/fonts/svg -INSTALLATION_OUT_FILES2 = $(SVG_FILES) +INSTALLATION_OUT_FILES2 = $(SVG_FILES) $(WOFF_FILES) export MFINPUTS := .:$(MFINPUTS)