[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): link texinfo.tex and add environnement variables to gendocs_envvars to build with in-source commands. |
Date: |
Fri, 26 Jan 2024 13:58:56 -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 5e96b1c7e1 * doc/Makefile.am (gendocs_envvars, wwwdoc-build): link
texinfo.tex and add environnement variables to gendocs_envvars to build with
in-source commands.
5e96b1c7e1 is described below
commit 5e96b1c7e1b6bd205fe19268f46989d2918412ee
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Fri Jan 26 19:58:40 2024 +0100
* doc/Makefile.am (gendocs_envvars, wwwdoc-build): link texinfo.tex
and add environnement variables to gendocs_envvars to build with
in-source commands.
---
ChangeLog | 6 ++++++
doc/Makefile.am | 10 +++++++++-
2 files changed, 15 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index d873f8728b..8d8c7904fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-01-26 Patrice Dumas <pertusus@free.fr>
+
+ * doc/Makefile.am (gendocs_envvars, wwwdoc-build): link texinfo.tex
+ and add environnement variables to gendocs_envvars to build with
+ in-source commands.
+
2024-01-26 Patrice Dumas <pertusus@free.fr>
* TODO: update.
diff --git a/doc/Makefile.am b/doc/Makefile.am
index bb39dd4bc4..5803411064 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -100,7 +100,14 @@ dist-info:
gnulib = $(abs_top_srcdir)/../gnulib
gendocs = $(gnulib)/build-aux/gendocs.sh
gendocs_templates = $(gnulib)/doc
-gendocs_envvars = GENDOCS_TEMPLATE_DIR=$(gendocs_templates)
+gendocs_envvars = GENDOCS_TEMPLATE_DIR=$(gendocs_templates) \
+ MAKEINFO=../$(builddir)/../tp/texi2any \
+ TEXINFO_DEV_SOURCE=1 \
+ top_srcdir="../$(top_srcdir)" \
+ top_builddir="../$(top_builddir)" \
+ TEXI2DVI=../$(srcdir)/../util/texi2dvi \
+ TEXINDEX=../$(srcdir)/../texindex/texindex
+
#
gendocs_email = bug-texinfo@gnu.org
gendocs_dir_url = /manual/
@@ -148,6 +155,7 @@ 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 . \
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * doc/Makefile.am (gendocs_envvars, wwwdoc-build): link texinfo.tex and add environnement variables to gendocs_envvars to build with in-source commands.,
Patrice Dumas <=