texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * tp/Texinfo/Convert/ConvertXS.pm (BEGIN), tp/Tex


From: Patrice Dumas
Subject: branch master updated: * tp/Texinfo/Convert/ConvertXS.pm (BEGIN), tp/Texinfo/IndicesXS.pm (BEGIN): remove leading lib from library names.
Date: Fri, 22 Nov 2024 05:07:46 -0500

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 36b22f67a7 * tp/Texinfo/Convert/ConvertXS.pm (BEGIN), 
tp/Texinfo/IndicesXS.pm (BEGIN): remove leading lib from library names.
36b22f67a7 is described below

commit 36b22f67a7aac3baa9ff55e589f4e93cdea2d306
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Fri Nov 22 11:07:40 2024 +0100

    * tp/Texinfo/Convert/ConvertXS.pm (BEGIN), tp/Texinfo/IndicesXS.pm
    (BEGIN): remove leading lib from library names.
---
 ChangeLog                       | 5 +++++
 tp/Texinfo/Convert/ConvertXS.pm | 2 +-
 tp/Texinfo/IndicesXS.pm         | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index a4417251ba..44fe050564 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-11-22  Patrice Dumas  <pertusus@free.fr>
+
+       * tp/Texinfo/Convert/ConvertXS.pm (BEGIN), tp/Texinfo/IndicesXS.pm
+       (BEGIN): remove leading lib from library names.
+
 2024-11-22  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Texinfo/XSLoader.pm (init): add directory with .libs only if
diff --git a/tp/Texinfo/Convert/ConvertXS.pm b/tp/Texinfo/Convert/ConvertXS.pm
index 7d2363b354..931a8adec6 100644
--- a/tp/Texinfo/Convert/ConvertXS.pm
+++ b/tp/Texinfo/Convert/ConvertXS.pm
@@ -34,7 +34,7 @@ BEGIN {
       undef,
       "ConvertXS",
       undef,
-      ['texinfo', 'texinfoxs', 'libtexinfo-convert', 'libtexinfo-convertxs'],
+      ['texinfo', 'texinfoxs', 'texinfo-convert', 'texinfo-convertxs'],
     );
   }
 }
diff --git a/tp/Texinfo/IndicesXS.pm b/tp/Texinfo/IndicesXS.pm
index d38aef445d..c64be8ba9a 100644
--- a/tp/Texinfo/IndicesXS.pm
+++ b/tp/Texinfo/IndicesXS.pm
@@ -30,7 +30,7 @@ BEGIN {
       undef,
       "IndicesXS",
       undef,
-      ['texinfo', 'texinfoxs', 'libtexinfo-convert', 'libtexinfo-convertxs'],
+      ['texinfo', 'texinfoxs', 'texinfo-convert', 'texinfo-convertxs'],
     );
   }
 }



reply via email to

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