texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * tp/texi2any.pl: fix a typo.


From: Patrice Dumas
Subject: branch master updated: * tp/texi2any.pl: fix a typo.
Date: Sun, 25 Aug 2024 13:43:26 -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 1852339be9 * tp/texi2any.pl: fix a typo.
1852339be9 is described below

commit 1852339be962c79616ceedd374534566ee64feb6
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sun Aug 25 19:43:25 2024 +0200

    * tp/texi2any.pl: fix a typo.
---
 ChangeLog      | 4 ++++
 tp/texi2any.pl | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 8d7149b3ec..da2cd34b91 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2024-08-25  Patrice Dumas  <pertusus@free.fr>
+
+       * tp/texi2any.pl: fix a typo.
+
 2024-08-25  Patrice Dumas  <pertusus@free.fr>
 
        * doc/texinfo.texi (HTML Xref Configuration), tp/texi2any.pl
diff --git a/tp/texi2any.pl b/tp/texi2any.pl
index a6d9ef2332..8f34a30323 100755
--- a/tp/texi2any.pl
+++ b/tp/texi2any.pl
@@ -1772,7 +1772,7 @@ while(@input_files) {
   push @prepended_texinfo_language_directories, $input_directory
       if ($input_directory ne $curdir);
 
-  unshift @{$converter_options->{'TEXINFO_LANGUAGE_DIRECTORIES'},
+  unshift @{$converter_options->{'TEXINFO_LANGUAGE_DIRECTORIES'}},
            @prepended_texinfo_language_directories;
 
   my $converter = &{$formats_table{$converted_format}



reply via email to

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