texinfo-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Gavin D. Smith
Date: Sat, 12 Nov 2022 09:04:32 -0500 (EST)

branch: master
commit efa31192b362a453d149be3b3a743a1bef85fc62
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sat Nov 12 14:03:33 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       | 6 ++++++
 doc/Makefile.am | 8 ++++++--
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index d023f4a3fa..de1f3982a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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>
 
        * util/htmlxref.cnf (texi2any_internals): Add split-by-chapter
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)/"
 #



reply via email to

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