[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * Pod-Simple-Texinfo/Makefile.am (pod2texi): Remo
From: |
Gavin D. Smith |
Subject: |
branch master updated: * Pod-Simple-Texinfo/Makefile.am (pod2texi): Remove replacement of USE_EXTERNAL_LIBINTL, USE_EXTERNAL_EASTASIANWIDTH and USE_EXTERNAL_UNIDECODE as these no longer occur in pod2texi.pl (since change on 2023-09-24). |
Date: |
Tue, 06 Aug 2024 15:42:04 -0400 |
This is an automated email from the git hooks/post-receive script.
gavin pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new e12438b93d * Pod-Simple-Texinfo/Makefile.am (pod2texi): Remove
replacement of USE_EXTERNAL_LIBINTL, USE_EXTERNAL_EASTASIANWIDTH and
USE_EXTERNAL_UNIDECODE as these no longer occur in pod2texi.pl (since change on
2023-09-24).
e12438b93d is described below
commit e12438b93d9133bab8505c5c85e529ac026fdea4
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Tue Aug 6 20:36:55 2024 +0100
* Pod-Simple-Texinfo/Makefile.am (pod2texi):
Remove replacement of USE_EXTERNAL_LIBINTL,
USE_EXTERNAL_EASTASIANWIDTH and USE_EXTERNAL_UNIDECODE as
these no longer occur in pod2texi.pl (since change
on 2023-09-24).
---
ChangeLog | 8 ++++++++
Pod-Simple-Texinfo/Makefile.am | 3 ---
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 7e699fa844..86947ca2f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2024-08-06 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * Pod-Simple-Texinfo/Makefile.am (pod2texi):
+ Remove replacement of USE_EXTERNAL_LIBINTL,
+ USE_EXTERNAL_EASTASIANWIDTH and USE_EXTERNAL_UNIDECODE as
+ these no longer occur in pod2texi.pl (since change
+ on 2023-09-24).
+
2024-08-06 Gavin Smith <gavinsmith0123@gmail.com>
* doc/tp_api/Makefile.am (texi2any_internals.texi):
diff --git a/Pod-Simple-Texinfo/Makefile.am b/Pod-Simple-Texinfo/Makefile.am
index 3239b6ce71..eaa31505f1 100644
--- a/Pod-Simple-Texinfo/Makefile.am
+++ b/Pod-Simple-Texinfo/Makefile.am
@@ -35,9 +35,6 @@ pod2texi: pod2texi.pl Makefile
sed -e 's,[@]datadir[@],$(datadir),g' \
-e 's,[@]pkglibdir[@],$(pkglibdir),g' \
-e 's,[@]PACKAGE[@],$(PACKAGE),g' \
- -e 's,[@]USE_EXTERNAL_LIBINTL[@],$(USE_EXTERNAL_LIBINTL),g' \
- -e
's,[@]USE_EXTERNAL_EASTASIANWIDTH[@],$(USE_EXTERNAL_EASTASIANWIDTH),g' \
- -e 's,[@]USE_EXTERNAL_UNIDECODE[@],$(USE_EXTERNAL_UNIDECODE),g' \
-e '1 s,/usr/bin/env perl,$(PERL),g' \
$(srcdir)/pod2texi.pl >$@
chmod a+x $@
- branch master updated: * Pod-Simple-Texinfo/Makefile.am (pod2texi): Remove replacement of USE_EXTERNAL_LIBINTL, USE_EXTERNAL_EASTASIANWIDTH and USE_EXTERNAL_UNIDECODE as these no longer occur in pod2texi.pl (since change on 2023-09-24).,
Gavin D. Smith <=