mirror of
https://bjh21.me.uk/bedstead/.git
synced 2026-08-08 09:20:37 -04:00
Make any rule that uses Ghostscript depend on the Fontmap.
This commit is contained in:
parent
6932fab2b4
commit
0f9d379316
6
Makefile
6
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user