texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * doc/tp_api/Makefile.am (MAKEINFO): add -I $(top


From: Patrice Dumas
Subject: branch master updated: * doc/tp_api/Makefile.am (MAKEINFO): add -I $(top_builddir)/tp/ to find Texinfo::ModulePath in out-of-source builds. Report from Arsen Arsenović.
Date: Sat, 26 Nov 2022 13:44:03 -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 3ae7857e9f * doc/tp_api/Makefile.am (MAKEINFO): add -I 
$(top_builddir)/tp/ to find Texinfo::ModulePath in out-of-source builds.  
Report from Arsen Arsenović.
3ae7857e9f is described below

commit 3ae7857e9f958386864f5ad4b7536ae50a130c8b
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sat Nov 26 19:43:26 2022 +0100

    * doc/tp_api/Makefile.am (MAKEINFO): add -I $(top_builddir)/tp/
    to find Texinfo::ModulePath in out-of-source builds.  Report
    from Arsen Arsenović.
---
 ChangeLog              | 6 ++++++
 doc/tp_api/Makefile.am | 5 +++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index f920069706..f9df033721 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,12 @@
        * tp/texi2any.pl: Do not use relate_index_entries_to_table_entries
        transformation for HTML or LaTeX.
 
+2022-11-26  Patrice Dumas  <pertusus@free.fr>
+
+       * doc/tp_api/Makefile.am (MAKEINFO): add -I $(top_builddir)/tp/
+       to find Texinfo::ModulePath in out-of-source builds.  Report
+       from Arsen Arsenović.
+
 2022-11-26  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Texinfo/Convert/HTML.pm (_convert_table_term_type): add the
diff --git a/doc/tp_api/Makefile.am b/doc/tp_api/Makefile.am
index 7f58f548d8..12bf6f72ef 100644
--- a/doc/tp_api/Makefile.am
+++ b/doc/tp_api/Makefile.am
@@ -13,8 +13,9 @@
 AM_MAKEINFOFLAGS = -c INFO_SPECIAL_CHARS_WARNING=0
 
 # Use the programs built in our distribution, taking account of possible
-# cross-compiling.
-MAKEINFO = $(PERL) -I $(top_srcdir)/tp/ $(top_srcdir)/tp/texi2any.pl
+# cross-compiling.  The first -I is there to find Texinfo::ModulePath in
+# out-of-source builds.
+MAKEINFO = $(PERL) -I $(top_builddir)/tp/ -I $(top_srcdir)/tp/ 
$(top_srcdir)/tp/texi2any.pl
 
 # the pod files are formatted like man pages.  If HTML is split at node
 # or section, this results in some very short sections at the beginning



reply via email to

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