[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * build-aux/pre-inst-env.in: set TEXINFO_DEV_SOUR
From: |
Gavin D. Smith |
Subject: |
branch master updated: * build-aux/pre-inst-env.in: set TEXINFO_DEV_SOURCE rather than TEXINFO_UNINSTALLED as the latter is not used anywhere. |
Date: |
Tue, 15 Aug 2023 07:23:50 -0400 |
This is an automated email from the git hooks/post-receive script.
gavin pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new 0f6323688b * build-aux/pre-inst-env.in: set TEXINFO_DEV_SOURCE rather
than TEXINFO_UNINSTALLED as the latter is not used anywhere.
0f6323688b is described below
commit 0f6323688b14e51d34d79a126283517ca4e60657
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Tue Aug 15 12:23:42 2023 +0100
* build-aux/pre-inst-env.in: set TEXINFO_DEV_SOURCE rather than
TEXINFO_UNINSTALLED as the latter is not used anywhere.
---
ChangeLog | 5 +++++
build-aux/pre-inst-env.in | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 9bc03727f6..b4a82a91ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-08-15 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * build-aux/pre-inst-env.in: set TEXINFO_DEV_SOURCE rather than
+ TEXINFO_UNINSTALLED as the latter is not used anywhere.
+
2023-08-15 Gavin Smith <gavinsmith0123@gmail.com>
Translator comments and contexts
diff --git a/build-aux/pre-inst-env.in b/build-aux/pre-inst-env.in
index 99b5e2e224..be17850cc2 100644
--- a/build-aux/pre-inst-env.in
+++ b/build-aux/pre-inst-env.in
@@ -24,7 +24,7 @@ PATH="$abs_top_builddir/tp:$PATH"
export PATH
# Trigger the use of local modules.
-TEXINFO_UNINSTALLED=1
-export TEXINFO_UNINSTALLED
+TEXINFO_DEV_SOURCE=1
+export TEXINFO_DEV_SOURCE
exec "$@"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * build-aux/pre-inst-env.in: set TEXINFO_DEV_SOURCE rather than TEXINFO_UNINSTALLED as the latter is not used anywhere.,
Gavin D. Smith <=