Make any rule that uses Ghostscript depend on the Fontmap.

This commit is contained in:
Ben Harris 2018-04-09 22:27:24 +01:00
parent 6932fab2b4
commit 0f9d379316

View File

@ -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