[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch release/7.0 updated: * doc/Makefile.am (wwwdoc-build): Split texi
From: |
Gavin D. Smith |
Subject: |
branch release/7.0 updated: * doc/Makefile.am (wwwdoc-build): Split texi2any_internals by chapter. Report from Patrice. Suppress Info node name warnings for texi2any_api and texi2any_internals. |
Date: |
Sat, 12 Nov 2022 09:03:12 -0500 |
This is an automated email from the git hooks/post-receive script.
gavin pushed a commit to branch release/7.0
in repository texinfo.
The following commit(s) were added to refs/heads/release/7.0 by this push:
new 5e6289847b * doc/Makefile.am (wwwdoc-build): Split texi2any_internals
by chapter. Report from Patrice. Suppress Info node name warnings for
texi2any_api and texi2any_internals.
5e6289847b is described below
commit 5e6289847baa412e62e6b230fea2315112fab6d7
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sat Nov 12 14:02:55 2022 +0000
* doc/Makefile.am (wwwdoc-build): Split texi2any_internals
by chapter. Report from Patrice. Suppress Info node name
warnings for texi2any_api and texi2any_internals.
---
ChangeLog | 8 +++++++-
doc/Makefile.am | 8 ++++++--
2 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 6045a3d60b..867021858a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
-2022-11-07 Gavin Smith <gavinsmith0123@gmail.com>
+2022-11-12 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * doc/Makefile.am (wwwdoc-build): Split texi2any_internals
+ by chapter. Report from Patrice. Suppress Info node name
+ warnings for texi2any_api and texi2any_internals.
+
+2022-11-12 Gavin Smith <gavinsmith0123@gmail.com>
Bump version for bug-fix release
diff --git a/doc/Makefile.am b/doc/Makefile.am
index a1f5b5413b..a087d03a4e 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -125,9 +125,11 @@ manual2_title = "GNU Texinfo manual"
#
manual3 = texi2any_api
manual3_title = "GNU Texinfo texi2any Output Customization"
+manual3_flags = --common "-c INFO_SPECIAL_CHARS_WARNING=0"
#
manual4 = texi2any_internals
manual4_title = "GNU Texinfo texi2any modules documentation"
+manual4_flags = --split chapter --common "-c INFO_SPECIAL_CHARS_WARNING=0"
# We also make a little HTML document for pod2texi script.
@@ -143,8 +145,10 @@ wwwdoc-build:
&& ln -s ../tp_api/api_includes . \
&& $(gendocs_invoke) -o $(manual1) $(manual1) $(manual1_title) \
&& $(gendocs_invoke) -o $(manual2) $(manual2) $(manual2_title) \
- && $(gendocs_invoke) -o $(manual3) $(manual3) $(manual3_title) \
- && $(gendocs_invoke) -o $(manual4) $(manual4) $(manual4_title) \
+ && $(gendocs_invoke) $(manual3_flags) \
+ -o $(manual3) $(manual3) $(manual3_title) \
+ && $(gendocs_invoke) $(manual4_flags) \
+ -o $(manual4) $(manual4) $(manual4_title) \
&& pod2html $(pod2texi_pl) >pod2texi.html \
&& echo "Manuals ready for web distribution under: $(doctemp)/"
#
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch release/7.0 updated: * doc/Makefile.am (wwwdoc-build): Split texi2any_internals by chapter. Report from Patrice. Suppress Info node name warnings for texi2any_api and texi2any_internals.,
Gavin D. Smith <=