From: Ben Harris Date: Mon, 9 Apr 2018 21:27:24 +0000 (+0100) Subject: Make any rule that uses Ghostscript depend on the Fontmap. X-Git-Tag: bedstead-002.000~7 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=0f9d37931697915e787bcacaf6d858c11bc34c0d;p=bedstead-debian.git Make any rule that uses Ghostscript depend on the Fontmap. --- diff --git a/Makefile b/Makefile index 9a87039..c15b41e 100644 --- a/Makefile +++ b/Makefile @@ -57,16 +57,16 @@ bedstead-chiseltip.sfd: strokefont.py bedstead-oc.sfd -c 'Open($$1); Generate($$2)' \ $< $*.otf -%.png: %.ps $(OTFFILES) +%.png: %.ps $(OTFFILES) Fontmap gs -P -q -dSAFER -sDEVICE=pnggray -dTextAlphaBits=4 -o $@ $< -bedstead-%-df.png: df.ps bedstead.otf +bedstead-%-df.png: df.ps bedstead.otf Fontmap gs -P -q -dSAFER -dsize=$* -sDEVICE=png16m -o $@ $< bedstead-complement.ps: bedstead ./bedstead --complement > bedstead-complement.ps -bedstead-complement.pdf: bedstead-complement.ps bedstead.otf +bedstead-complement.pdf: bedstead-complement.ps bedstead.otf Fontmap ps2pdf -P $< $@ .PHONY: clean