[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * doc/texinfo.texi (Invoking texi2any), * tp/texi
From: |
Gavin D. Smith |
Subject: |
branch master updated: * doc/texinfo.texi (Invoking texi2any), * tp/texi2any.pl (makeinfo_help): Reword description of --trace-includes option. |
Date: |
Sat, 27 Jan 2024 15:09:39 -0500 |
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 aec88ded7e * doc/texinfo.texi (Invoking texi2any), * tp/texi2any.pl
(makeinfo_help): Reword description of --trace-includes option.
aec88ded7e is described below
commit aec88ded7e67f4150e0d8705c94c6c49650dd3d4
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sat Jan 27 20:09:24 2024 +0000
* doc/texinfo.texi (Invoking texi2any),
* tp/texi2any.pl (makeinfo_help): Reword description of
--trace-includes option.
---
ChangeLog | 6 ++++++
doc/texinfo.texi | 8 +++++---
tp/texi2any.pl | 3 +--
3 files changed, 12 insertions(+), 5 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index bb5ae044c8..e65211afb7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-01-27 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * doc/texinfo.texi (Invoking texi2any),
+ * tp/texi2any.pl (makeinfo_help): Reword description of
+ --trace-includes option.
+
2024-01-27 Patrice Dumas <pertusus@free.fr>
* doc/texinfo.texi (Invoking @command{texi2any})
diff --git a/doc/texinfo.texi b/doc/texinfo.texi
index 4fd7a4f115..633d8ecb6d 100644
--- a/doc/texinfo.texi
+++ b/doc/texinfo.texi
@@ -15154,9 +15154,11 @@ files.)
@item --trace-includes
@opindex --trace-includes
@vindex TRACE_INCLUDES
-Instead of generating an output format, show directly and indirectly
-included file paths, taking into account @option{-I}. An include file
-is shown only if found. Each included file is output on a line.
+Print the name of each included file to standard output, including any
+indrectly included files. An include file is printed only if it was
+actually found. When this option is given, @command{texi2any} does not
+output in any output format. (The purpose of this option is to make it
+easier to collect the sources of a Texinfo manual.)
@item --transliterate-file-names
@opindex --transliterate-file-names
diff --git a/tp/texi2any.pl b/tp/texi2any.pl
index e44900cedb..ef9e040148 100755
--- a/tp/texi2any.pl
+++ b/tp/texi2any.pl
@@ -791,8 +791,7 @@ the behavior is identical, and does not depend on the
installed name.\n")
.__(" --init-file=FILE load FILE to modify the default
behavior.")."\n"
.__(" -c, --set-customization-variable VAR=VAL set customization variable VAR
to value VAL.")."\n"
-.__(" --trace-includes instead of generating an output format
- show included files.")."\n"
+.__(" --trace-includes print names of included files.")."\n"
.__(" -v, --verbose explain what is being done.")."\n"
.__(" --version display version information and exit.")."\n"
."\n";
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * doc/texinfo.texi (Invoking texi2any), * tp/texi2any.pl (makeinfo_help): Reword description of --trace-includes option.,
Gavin D. Smith <=