1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
From: Simon Josefsson <simon@josefsson.org>
Date: Fri, 5 Sep 2025 09:46:25 +0200
Subject: [PATCH] Don't trigger re-generation of version.texi, go with defaults.
Forwarded: not-needed
diff --git a/Makefile.am b/Makefile.am
index c4deefa..2ba76f3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -107,7 +107,7 @@ EXTRA_DIST += \
# Generate 'version.texi' reproducibly using metadata from Git rather
# than using metadata from the filesystem.
-override $(srcdir)/doc/version.texi:
+override $(srcdir)/nop/version.texi:
$(AM_V_GEN)set -e \
LC_ALL=C; export LC_ALL; \
TZ=UTC0; export TZ; \
|