[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/07: maint: Help help2man generate reproducible man-pages.
From: |
guix-commits |
Subject: |
04/07: maint: Help help2man generate reproducible man-pages. |
Date: |
Wed, 3 Apr 2024 15:00:17 -0400 (EDT) |
janneke pushed a commit to branch wip-tarball
in repository guix.
commit 880afb1dcf4c19f493aaacfeb30912a3453e3be1
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sat Sep 9 13:35:40 2023 +0200
maint: Help help2man generate reproducible man-pages.
* doc/local.mk (SOURCE_DATE_EPOCH): New exported variable.
Change-Id: I6636693695d5502657f1475d93d31949e0b0b39d
---
doc/local.mk | 3 +++
1 file changed, 3 insertions(+)
diff --git a/doc/local.mk b/doc/local.mk
index 4c8c852657..99a7e84361 100644
--- a/doc/local.mk
+++ b/doc/local.mk
@@ -224,6 +224,9 @@ gen_man = \
$(HELP2MANFLAGS)
HELP2MANFLAGS = --source=GNU --info-page=$(PACKAGE_TARNAME)
+# help2man reproducibility
+SOURCE_DATE_EPOCH = $(shell git show HEAD --format=%ct --no-patch 2>/dev/null
|| echo 0)
+export SOURCE_DATE_EPOCH
$(srcdir)/%D%/guix.1: scripts/guix.in $(sub_commands_mans)
-$(AM_V_HELP2MAN)$(gen_man) --output="$@" `basename "$@" .1`
- branch wip-tarball created (now 80a2280ce7), guix-commits, 2024/04/03
- 01/07: maint: Cater for running `make dist' from a worktree., guix-commits, 2024/04/03
- 06/07: maint: Use reproducible Git timestamp for POT-Creation-Date., guix-commits, 2024/04/03
- 04/07: maint: Help help2man generate reproducible man-pages.,
guix-commits <=
- 07/07: maint: Ensure generated file reproducibility for dist., guix-commits, 2024/04/03
- 05/07: maint: Generate 'doc/version-LANG.texi' reproducibly., guix-commits, 2024/04/03
- 03/07: maint: Generate 'doc/version.texi' reproducibly., guix-commits, 2024/04/03
- 02/07: maint: Use reproducible timestamps and name for tarball., guix-commits, 2024/04/03