From be223879a128f4744e92c592df34e87035751cbc Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sat, 16 Nov 2024 11:35:03 +0000 Subject: [PATCH] Pass --no-recalc-timestamp to TTX Without that, it updates the "modified" field in the 'head' table, which makes builds unreproducible. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3bbe6c5..104220d 100644 --- a/Makefile +++ b/Makefile @@ -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 $@ $< -- 2.30.2