[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * doc/Makefile.am (pod2texi.texi): Remove several
From: |
Gavin D. Smith |
Subject: |
branch master updated: * doc/Makefile.am (pod2texi.texi): Remove several -I arguments for Perl to get library dependencies of pod2texi/texi2any. pod2texi adds the directories for these libraries itself. It's awkward and fragile to supply these arguments whenever pod2texi is called, in case the dependencies of the program change. |
Date: |
Thu, 19 Oct 2023 15:54:06 -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 f61173dea0 * doc/Makefile.am (pod2texi.texi): Remove several -I
arguments for Perl to get library dependencies of pod2texi/texi2any. pod2texi
adds the directories for these libraries itself. It's awkward and fragile to
supply these arguments whenever pod2texi is called, in case the dependencies of
the program change.
f61173dea0 is described below
commit f61173dea06ca80e82ab420180ef64ffd09e848a
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Thu Oct 19 20:53:58 2023 +0100
* doc/Makefile.am (pod2texi.texi): Remove several -I arguments
for Perl to get library dependencies of pod2texi/texi2any.
pod2texi adds the directories for these libraries itself. It's
awkward and fragile to supply these arguments whenever pod2texi
is called, in case the dependencies of the program change.
---
ChangeLog | 8 ++++++++
doc/Makefile.am | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 007f774fbb..a17e964819 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2023-10-19 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * doc/Makefile.am (pod2texi.texi): Remove several -I arguments
+ for Perl to get library dependencies of pod2texi/texi2any.
+ pod2texi adds the directories for these libraries itself. It's
+ awkward and fragile to supply these arguments whenever pod2texi
+ is called, in case the dependencies of the program change.
+
2023-10-19 Gavin Smith <gavinsmith0123@gmail.com>
* doc/texinfo.tex: Disable "@set indexescapeisbackslash" so that
diff --git a/doc/Makefile.am b/doc/Makefile.am
index e76371baca..216c988b20 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -40,7 +40,7 @@ if BUILD_PERL_API_TEXI
# is therefore determined by the information in the Pod file NAME
# section.
pod2texi.texi: $(pod2texi_pl)
- $(PERL) -I $(top_srcdir)/Pod-Simple-Texinfo/lib/ -I $(top_srcdir)/tp/
-I $(top_srcdir)/tp/maintain/lib/Text-Unidecode/lib/ -I
$(top_srcdir)/tp/maintain/lib/libintl-perl/lib/ -I
$(top_srcdir)/tp/maintain/lib/Unicode-EastAsianWidth/lib/
$(top_srcdir)/Pod-Simple-Texinfo/pod2texi.pl --base-level=subsubsection
--no-section-nodes --headings-as-sections $(pod2texi_pl) > /dev/null
+ $(PERL) -I $(top_srcdir)/Pod-Simple-Texinfo/lib/ -I $(top_srcdir)/tp/
$(top_srcdir)/Pod-Simple-Texinfo/pod2texi.pl --base-level=subsubsection
--no-section-nodes --headings-as-sections $(pod2texi_pl) > /dev/null
endif
# We'd also like to use something like this, but Automake calls
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * doc/Makefile.am (pod2texi.texi): Remove several -I arguments for Perl to get library dependencies of pod2texi/texi2any. pod2texi adds the directories for these libraries itself. It's awkward and fragile to supply these arguments whenever pod2texi is called, in case the dependencies of the program change.,
Gavin D. Smith <=