texinfo-commits
[Top][All Lists]
Advanced

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

branch release/7.1 updated: * Pod-Simple-Texinfo/pod2texi.pl ($result_op


From: Patrice Dumas
Subject: branch release/7.1 updated: * Pod-Simple-Texinfo/pod2texi.pl ($result_options): add --outdir argument in options specification.
Date: Fri, 20 Sep 2024 04:22:54 -0400

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

pertusus pushed a commit to branch release/7.1
in repository texinfo.

The following commit(s) were added to refs/heads/release/7.1 by this push:
     new 49842d564a * Pod-Simple-Texinfo/pod2texi.pl ($result_options): add 
--outdir argument in options specification.
49842d564a is described below

commit 49842d564a64874847317793dadf648882b7a6f6
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Fri Sep 20 10:22:43 2024 +0200

    * Pod-Simple-Texinfo/pod2texi.pl ($result_options): add --outdir
    argument in options specification.
---
 ChangeLog                      | 5 +++++
 Pod-Simple-Texinfo/pod2texi.pl | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 4999d7fde1..2dd29b456b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-09-20  Patrice Dumas  <pertusus@free.fr>
+
+       * Pod-Simple-Texinfo/pod2texi.pl ($result_options): add --outdir
+       argument in options specification.
+
 2024-09-20  Patrice Dumas  <pertusus@free.fr>
 
        * Pod-Simple-Texinfo/pod2texi.pl ($pod2texi_help, $outdir)
diff --git a/Pod-Simple-Texinfo/pod2texi.pl b/Pod-Simple-Texinfo/pod2texi.pl
index 6d87d74506..33b846718e 100755
--- a/Pod-Simple-Texinfo/pod2texi.pl
+++ b/Pod-Simple-Texinfo/pod2texi.pl
@@ -179,7 +179,7 @@ There is NO WARRANTY, to the extent permitted by law.\n"), 
"2021";
   'fill-section-gaps!' => \$fill_sectioning_gaps,
   'headings-as-sections!' => \$headings_as_sections,
   'menus!' => \$generate_node_menus,
-  'outdir' => \$outdir,
+  'outdir=s' => \$outdir,
   'output|o=s' => \$output,
   'preamble=s' => \$preamble,
   'setfilename=s' => \$setfilename,



reply via email to

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