texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * tp/texi2any.pl (makeinfo_help): Remove --comman


From: Gavin D. Smith
Subject: branch master updated: * tp/texi2any.pl (makeinfo_help): Remove --commands-in-node-names and --output-indent from message.
Date: Sun, 14 Aug 2022 14:07:00 -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 43279e35f0 * tp/texi2any.pl (makeinfo_help): Remove 
--commands-in-node-names and --output-indent from message.
43279e35f0 is described below

commit 43279e35f08a6e372c4006bde7ea7b7341736053
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sun Aug 14 19:06:52 2022 +0100

    * tp/texi2any.pl (makeinfo_help): Remove --commands-in-node-names
    and --output-indent from message.
---
 ChangeLog      |  5 +++++
 tp/texi2any.pl | 20 ++++++++------------
 2 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 1a48970584..9c600523ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-08-14  Gavin Smith  <gavinsmith0123@gmail.com>
+
+       * tp/texi2any.pl (makeinfo_help): Remove --commands-in-node-names
+       and --output-indent from message.
+
 2022-08-14  Gavin Smith  <gavinsmith0123@gmail.com>
 
        * tp/texi2any.pl (makeinfo_help): EPUB3 -> EPUB 3
diff --git a/tp/texi2any.pl b/tp/texi2any.pl
index f47f01ff02..2361a47af6 100755
--- a/tp/texi2any.pl
+++ b/tp/texi2any.pl
@@ -855,23 +855,19 @@ the behavior is identical, and does not depend on the 
installed name.\n")
                                 anchors; default is set only if split.\n")
 ."\n";
   # TODO: avoid \n in translated strings.  Report from Benno Schulenberg
-  $makeinfo_help .= __("Options for XML and Docbook:
-      --output-indent=VAL     does nothing, retained for compatibility.\n")
-."\n";
   $makeinfo_help .= __("Options for DVI/PS/PDF:
       --Xopt=OPT              pass OPT to texi2dvi; can be repeated.\n")
 ."\n";
   # TODO: avoid \n in translated strings, split each option in a translatable
   # string.  Report from Benno Schulenberg
-  $makeinfo_help .= __("Input file options:
-      --commands-in-node-names  does nothing, retained for compatibility.
-  -D VAR                        define the variable VAR, as with \@set.
-  -D 'VAR VAL'                  define VAR to VAL (one shell argument).
-  -I DIR                        append DIR to the \@include search path.
-  -P DIR                        prepend DIR to the \@include search path.
-  -U VAR                        undefine the variable VAR, as with \@clear.\n")
-."\n";
-  $makeinfo_help .= __("Conditional processing in input:")."\n"
+  $makeinfo_help .= __("Input file options:")."\n"
+.__(" -D VAR                       define the variable VAR, as with 
\@set.")."\n"
+.__(" -D 'VAR VAL'                 define VAR to VAL (one shell 
argument).")."\n"
+.__(" -I DIR                       append DIR to the \@include search 
path.")."\n"
+.__(" -P DIR                       prepend DIR to the \@include search 
path.")."\n"
+.__(" -U VAR                       undefine the variable VAR, as with 
\@clear.")."\n"
+."\n"
+.__("Conditional processing in input:")."\n"
 .__("  --ifdocbook       process \@ifdocbook and \@docbook even if
                       not generating Docbook.")."\n"
 .__("  --ifhtml          process \@ifhtml and \@html even if not generating 
HTML.")."\n"



reply via email to

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