texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * tp/Texinfo/Convert/PlainTexinfo.pm (%defaults):


From: Patrice Dumas
Subject: branch master updated: * tp/Texinfo/Convert/PlainTexinfo.pm (%defaults): set EXTENSION to texi.
Date: Sat, 21 Aug 2021 05:58:52 -0400

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

pertusus pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new 92485e9  * tp/Texinfo/Convert/PlainTexinfo.pm (%defaults): set 
EXTENSION to texi.
92485e9 is described below

commit 92485e9912d3a4e7f2a845bfbb0a9689779a273d
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sat Aug 21 11:58:41 2021 +0200

    * tp/Texinfo/Convert/PlainTexinfo.pm (%defaults): set
    EXTENSION to texi.
---
 ChangeLog                                                            | 5 +++++
 tp/Texinfo/Convert/PlainTexinfo.pm                                   | 2 +-
 .../{ignore_and_comments..txi => ignore_and_comments.texi}           | 0
 .../texi_nested_formats/{nested_formats..txi => nested_formats.texi} | 0
 4 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 765728e..ca63190 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2021-08-21  Patrice Dumas  <pertusus@free.fr>
 
+       * tp/Texinfo/Convert/PlainTexinfo.pm (%defaults): set
+       EXTENSION to texi.
+
+2021-08-21  Patrice Dumas  <pertusus@free.fr>
+
        * tp/texi2any.pl: handle the case of 'FORMAT_MENU'
        not being defined and format 'nodes_tree' being set.
        Can happen if format is structure.
diff --git a/tp/Texinfo/Convert/PlainTexinfo.pm 
b/tp/Texinfo/Convert/PlainTexinfo.pm
index 383d6f9..4e45f3f 100644
--- a/tp/Texinfo/Convert/PlainTexinfo.pm
+++ b/tp/Texinfo/Convert/PlainTexinfo.pm
@@ -33,7 +33,7 @@ use vars qw($VERSION @ISA);
 
 my %defaults = (
   'OUTFILE'              => '-',
-  'EXTENSION'            => '.txi',
+  'EXTENSION'            => 'texi',
 );
 
 sub converter_defaults($$)
diff --git 
a/tp/tests/formatting/res_parser/texi_ignore_and_comments/ignore_and_comments..txi
 
b/tp/tests/formatting/res_parser/texi_ignore_and_comments/ignore_and_comments.texi
similarity index 100%
rename from 
tp/tests/formatting/res_parser/texi_ignore_and_comments/ignore_and_comments..txi
rename to 
tp/tests/formatting/res_parser/texi_ignore_and_comments/ignore_and_comments.texi
diff --git 
a/tp/tests/nested_formats/res_parser/texi_nested_formats/nested_formats..txi 
b/tp/tests/nested_formats/res_parser/texi_nested_formats/nested_formats.texi
similarity index 100%
rename from 
tp/tests/nested_formats/res_parser/texi_nested_formats/nested_formats..txi
rename to 
tp/tests/nested_formats/res_parser/texi_nested_formats/nested_formats.texi



reply via email to

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