texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * doc/Makefile.am (gendocs_envvars, wwwdoc-build)


From: Patrice Dumas
Subject: branch master updated: * doc/Makefile.am (gendocs_envvars, wwwdoc-build): fix out of source wwwdoc-build build.
Date: Sun, 08 Sep 2024 05:16:19 -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 54aaecda35 * doc/Makefile.am (gendocs_envvars, wwwdoc-build): fix out 
of source wwwdoc-build build.
54aaecda35 is described below

commit 54aaecda358bd36d7e59426b0922c4febb09c556
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sun Sep 8 11:16:19 2024 +0200

    * doc/Makefile.am (gendocs_envvars, wwwdoc-build): fix out of source
    wwwdoc-build build.
---
 ChangeLog       |  5 +++++
 doc/Makefile.am | 13 +++++++------
 2 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 9fc42083d4..d09f71fb8f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-09-08  Patrice Dumas  <pertusus@free.fr>
+
+       * doc/Makefile.am (gendocs_envvars, wwwdoc-build): fix out of source
+       wwwdoc-build build.
+
 2024-09-08  Patrice Dumas  <pertusus@free.fr>
 
        * tp/ext/epub3.pm (epub_finish): remove a spurious tab character in
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 25b4e2c8e4..066a36d9c9 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -114,7 +114,8 @@ gendocs_envvars = GENDOCS_TEMPLATE_DIR=$(gendocs_templates) 
\
                        top_srcdir="../$(top_srcdir)" \
                        top_builddir="../$(top_builddir)" \
         TEXI2DVI=../$(srcdir)/../util/texi2dvi \
-        TEXINDEX=../$(srcdir)/../texindex/texindex
+        TEXINDEX=../../texindex/texindex \
+        TEXINDEX_SCRIPT=../$(srcdir)/../texindex/texindex.awk
 
 #
 gendocs_email = bug-texinfo@gnu.org
@@ -163,11 +164,11 @@ wwwdoc-build:
        rm -rf $(doctemp) && mkdir $(doctemp)
        cd $(doctemp) \
        && $(MKDIR_P) Pod/Simple \
-       && ln -s ../texinfo.tex . \
-       && ln -s ../*.texi . \
-       && ln -s ../tp_api/*.texi . \
-       && ln -s ../tp_api/api_includes . \
-       && ln -s ../../../../Pod-Simple-Texinfo/lib/Pod/Simple/Texinfo.pm 
Pod/Simple \
+       && ln -s ../$(srcdir)/texinfo.tex . \
+       && ln -s ../$(srcdir)/*.texi . \
+       && ln -s ../$(srcdir)/tp_api/*.texi . \
+       && ln -s ../$(srcdir)/tp_api/api_includes . \
+       && ln -s 
../$(srcdir)/../../../Pod-Simple-Texinfo/lib/Pod/Simple/Texinfo.pm Pod/Simple \
        && $(gendocs_invoke) -o $(manual1) $(manual1) $(manual1_title) \
        && $(gendocs_invoke) -o $(manual2) $(manual2) $(manual2_title) \
        && $(gendocs_invoke) $(manual3_flags) \



reply via email to

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