[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);
}
- Prev by Date:
branch master updated: * tp/Texinfo/Convert/Converter.pm (output), tp/Texinfo/Convert/HTML.pm (_internal_command_href, _html_get_tree_root_element) (_html_set_pages_files, _prepare_special_units, _html_convert_convert) (output_internal_links, _html_convert_output), tp/Texinfo/Convert/IXIN.pm, tp/Texinfo/Convert/Info.pm (output), tp/Texinfo/Convert/Plaintext.pm (convert), tp/Texinfo/XS/convert/convert_html.c (html_get_tree_root_element) (prepare_special_units, html_internal_command_href) (html_set_pages_files, h [...]
- Next by Date:
master updated (da830b6d67 -> bbba0d27d3)
- Previous by thread:
master updated (da830b6d67 -> bbba0d27d3)
- Next by thread:
[no subject]
- Index(es):