guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/13: maint: Help help2man generate reproducible man-pages.


From: guix-commits
Subject: 05/13: maint: Help help2man generate reproducible man-pages.
Date: Sat, 13 Apr 2024 06:54:42 -0400 (EDT)

janneke pushed a commit to branch wip-tarball
in repository guix.

commit e67e29f55c68b87fee22a4f7745ef5a8211ce16f
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 18bd599962..a653a32420 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 1)
+export SOURCE_DATE_EPOCH
 
 $(srcdir)/%D%/guix.1: scripts/guix.in $(sub_commands_mans)
        -$(AM_V_HELP2MAN)$(gen_man) --output="$@" `basename "$@" .1`



reply via email to

[Prev in Thread] Current Thread [Next in Thread]