Pass --no-recalc-timestamp to TTX

Without that, it updates the "modified" field in the 'head' table,
which makes builds unreproducible.
This commit is contained in:
Ben Harris 2024-11-16 11:35:03 +00:00
parent ac1a68d964
commit be223879a1

View File

@ -86,7 +86,7 @@ bedstead-bold-%.bdf.ps: bedstead
gs -q -P -dSAFER -dNODISPLAY -dBATCH $< > $@
%.otf: %.ttx
ttx -o $@ $<
ttx --no-recalc-timestamp -o $@ $<
%.png: %.ps $(OTFFILES) Fontmap
gs -P -q -dSAFER -sDEVICE=png16m -dTextAlphaBits=4 -o $@ $<