From a6259525229ed0db2fc5c7f3e8cf45c193bc0fb8 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sat, 2 Nov 2024 01:18:19 +0000 Subject: [PATCH] Fontmap is required by .bdf.ps files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 520d4f7..b4ebc1a 100644 --- a/Makefile +++ b/Makefile @@ -82,7 +82,7 @@ bedstead-bold-%.bdf.ps: bedstead # Dependency of all of OTFFILES could be narrowed to just the relevant # one. -%.bdf: %.bdf.ps $(OTFFILES) +%.bdf: %.bdf.ps $(OTFFILES) Fontmap gs -q -P -dSAFER -dNODISPLAY -dBATCH $< > $@ %.otf: %.sfd -- 2.30.2