aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJanneke Nieuwenhuizen <janneke@gnu.org>2024-04-14 09:42:25 +0200
committerJanneke Nieuwenhuizen <janneke@gnu.org>2024-04-19 16:45:41 +0200
commit2b8a2a6e723a0cf987c814865df9368e6348b6f8 (patch)
treef735021713cf8b64d13bfd4cab171510d32b0ce7 /Makefile.am
parenta47f2288615099d7cc25f833a0e9a60b27c4ea79 (diff)
downloadguix-2b8a2a6e723a0cf987c814865df9368e6348b6f8.tar
guix-2b8a2a6e723a0cf987c814865df9368e6348b6f8.tar.gz
maint: Generate doc/version[-LANG].texi using `mdate-from-git.scm'.
This replaces Automake's `build-aux/mdate-sh' with our own `build-aux/mdate-from-git.scm' to use reproducible timestamps from Git instead. * build-aux/mdate-from-git.scm: New script. * bootstrap: Use it to replace build-aux/mdate-sh. * Makefile.am (EXTRA_DIST): Add it. Change-Id: I17d0a7de9ffea397129c0db1728f86e28a4e245f
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 4f0ddf1933..27d76173e5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -725,6 +725,7 @@ EXTRA_DIST += \
build-aux/convert-xref.scm \
build-aux/generate-authors.scm \
build-aux/git-version-gen \
+ build-aux/mdate-from-git.scm \
build-aux/test-driver.scm \
build-aux/update-NEWS.scm \
build-aux/update-guix-package.scm \