texinfo-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Patrice Dumas
Date: Wed, 21 Feb 2024 03:26:15 -0500 (EST)

branch: master
commit 9970cabb35f183512ad6344bab281a9385950c8e
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Wed Feb 21 08:36:28 2024 +0100

    * Pod-Simple-Texinfo/pod2texi.pl (_fix_texinfo_tree)
    (_parsed_manual_tree): update Texinfo::Document::rebuild_document
    call.
---
 ChangeLog                      | 6 ++++++
 Pod-Simple-Texinfo/pod2texi.pl | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 8f6c4589ed..c6210c1dcb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-02-21  Patrice Dumas  <pertusus@free.fr>
+
+       * Pod-Simple-Texinfo/pod2texi.pl (_fix_texinfo_tree)
+       (_parsed_manual_tree): update Texinfo::Document::rebuild_document
+       call.
+
 2024-02-20  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Texinfo/Convert/Converter.pm (output), tp/Texinfo/Convert/HTML.pm
diff --git a/Pod-Simple-Texinfo/pod2texi.pl b/Pod-Simple-Texinfo/pod2texi.pl
index 88e852d916..0253a958c9 100755
--- a/Pod-Simple-Texinfo/pod2texi.pl
+++ b/Pod-Simple-Texinfo/pod2texi.pl
@@ -304,7 +304,7 @@ sub _parsed_manual_tree($$$$$)
     if ($section_nodes) {
       Texinfo::Transformations::insert_nodes_for_sectioning_commands(
                                            $document, $registrar, 
$texi_parser);
-      $document = Texinfo::Document::rebuild_document($document);
+      Texinfo::Document::rebuild_document($document);
     }
   }
   Texinfo::Structuring::sectioning_structure($tree, $registrar, $texi_parser);
@@ -360,7 +360,7 @@ sub _fix_texinfo_tree($$$$;$$)
       }
     }
   }
-  $document = Texinfo::Document::rebuild_document($document);
+  Texinfo::Document::rebuild_document($document);
   return ($texi_parser, $document);
 }
 



reply via email to

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