commit 82ff357

delthas  ·  2023-11-27 14:07:32 +0000 UTC
parent 89aaced
Make man pages build reproducible

See: https://git.sr.ht/~sircmpwn/scdoc/tree/ca7aad3e74178dda6ff93cadd962594ae0a2c174/item/src/main.c#L77
See: https://reproducible-builds.org/docs/source-date-epoch/
See: https://gitlab.archlinux.org/archlinux/packaging/packages/senpai/-/blob/0.2.0-3/PKGBUILD?ref_type=tags#L52
1 files changed,  +2, -0
+2, -0
1@@ -10,6 +10,8 @@ BINDIR ?= bin
2 MANDIR ?= share/man
3 APPDIR ?= share/applications
4 
5+export SOURCE_DATE_EPOCH ?= $(shell git log -1 --pretty=%ct)
6+
7 all: senpai doc
8 
9 senpai: