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: Wed, 30 Nov 2022 12:29:22 -0500 (EST)

branch: release/7.0
commit 49976eef133bf4f763ccf0ee187539d65d25df4c
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Fri Nov 18 18:04:34 2022 +0000

    * doc/Makefile.am (wwwdoc-build): Pass --quiet flag to pod2html.
---
 ChangeLog       | 4 ++++
 doc/Makefile.am | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 69d9c7db7b..972dcdfe58 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2022-11-18  Gavin Smith  <gavinsmith0123@gmail.com>
+
+       * doc/Makefile.am (wwwdoc-build): Pass --quiet flag to pod2html.
+
 2022-11-12  Gavin Smith  <gavinsmith0123@gmail.com>
 
        * doc/gendocs.chapter/gendocs_template: New file.
diff --git a/doc/Makefile.am b/doc/Makefile.am
index bc0c17cf49..7a2d49e23d 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -156,7 +156,7 @@ wwwdoc-build:
                             -o $(manual3) $(manual3) $(manual3_title) \
        && $(gendocs_invoke_chap) $(manual4_flags) \
                             -o $(manual4) $(manual4) $(manual4_title) \
-       && pod2html $(pod2texi_pl) >pod2texi.html \
+       && pod2html --quiet $(pod2texi_pl) >pod2texi.html \
        && echo "Manuals ready for web distribution under: $(doctemp)/"
 #
 # At official release, we need to update:



reply via email to

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