From 16e139f33a03d2d363acb6f873a9bf4ea85f8a31 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sun, 7 Mar 2010 14:26:05 -0300 Subject: [PATCH] Do generate PFB files explicitly, otherwise they are deleted as intermediate files. --- mf/GNUmakefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.39.5