chiark
/
gitweb
/
~bjharris
/
bedstead.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac1a68d
)
Pass --no-recalc-timestamp to TTX
author
Ben Harris
<bjh21@bjh21.me.uk>
Sat, 16 Nov 2024 11:35:03 +0000
(11:35 +0000)
committer
Ben Harris
<bjh21@bjh21.me.uk>
Sat, 16 Nov 2024 11:53:04 +0000
(11:53 +0000)
Without that, it updates the "modified" field in the 'head' table,
which makes builds unreproducible.
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 3bbe6c51e3221afeb38f28ef78ecc7b2f9cf7841..104220db265984a6e2fda1827cc7bcf812efef5f 100644
(file)
--- 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 $@ $<