From: Han-Wen Nienhuys Date: Sun, 7 Mar 2010 17:26:05 +0000 (-0300) Subject: Do generate PFB files explicitly, otherwise they are deleted as X-Git-Tag: release/2.13.16-1~42^2~12 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=16e139f33a03d2d363acb6f873a9bf4ea85f8a31;p=lilypond.git Do generate PFB files explicitly, otherwise they are deleted as intermediate files. --- diff --git a/mf/GNUmakefile b/mf/GNUmakefile index 85001b5b89..956c8fa47c 100644 --- a/mf/GNUmakefile +++ b/mf/GNUmakefile @@ -124,6 +124,10 @@ $(PE_SCRIPTS): $(buildscript-dir)/gen-emmentaler-scripts $< --dir=$(outdir) ALL_FONTS = $(FETA_FONTS) +PFB_FILES = $(ALL_FONTS:%=$(outdir)/%.pfb) + +.PRECIOUS: $(PFB_FILES) + # Make tfm files first, log files last, # so that normally log files aren't made twice @@ -152,7 +156,7 @@ INSTALLATION_OUT_FILES2 = $(SVG_FILES) export MFINPUTS := .:$(MFINPUTS) -default: $(ALL_GEN_FILES) \ +default: $(PFB_FILES) $(ALL_GEN_FILES) \ $(outdir)/emmentaler-20.otf \ tree-regen \ $(outdir)/fonts.conf