texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: tp/Texinfo/ModulePath.pm.in: add comments


From: Patrice Dumas
Subject: branch master updated: tp/Texinfo/ModulePath.pm.in: add comments
Date: Fri, 28 Jul 2023 06:07:05 -0400

This is an automated email from the git hooks/post-receive script.

pertusus pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new 9413ff6bb2 tp/Texinfo/ModulePath.pm.in: add comments
9413ff6bb2 is described below

commit 9413ff6bb24ac6fa34ca0fac73227eb1cdd6fd33
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Fri Jul 28 12:06:48 2023 +0200

    tp/Texinfo/ModulePath.pm.in: add comments
---
 tp/Texinfo/ModulePath.pm.in | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tp/Texinfo/ModulePath.pm.in b/tp/Texinfo/ModulePath.pm.in
index d96ffc3f62..ffe1e854ea 100644
--- a/tp/Texinfo/ModulePath.pm.in
+++ b/tp/Texinfo/ModulePath.pm.in
@@ -6,6 +6,8 @@
 # 'use Texinfo::ModulePath' should only occur once per program so that
 # the initialization is only done once.  This makes the way this module
 # is used very unusual.
+#
+# Also used to pass other information from configure to modules.
 
 package Texinfo::ModulePath;
 
@@ -31,6 +33,7 @@ our $top_srcdir;
 # installed locations paths, if not $Texinfo::ModulePath::texinfo_uninstalled
 our $pkgdatadir;
 
+# Other information passed to modules from configure
 our $conversion_from_euc_cn = '@ICONV_CONVERTS_EUC_CN@';
 
 # If $LIB_DIR and $LIBEXEC_DIR are given,



reply via email to

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