texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * doc/Makefile.am (wwwdoc-build): Pass --quiet fl


From: Gavin D. Smith
Subject: branch master updated: * doc/Makefile.am (wwwdoc-build): Pass --quiet flag to pod2html.
Date: Fri, 18 Nov 2022 13:04:44 -0500

This is an automated email from the git hooks/post-receive script.

gavin pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new 90127a5e0b * doc/Makefile.am (wwwdoc-build): Pass --quiet flag to 
pod2html.
90127a5e0b is described below

commit 90127a5e0bdf153237a93ad023c0b2056eb33a4f
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 d927150a1b..e284a5c78b 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-18  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Texinfo/Convert/Converter.pm, tp/Texinfo/Convert/Texinfo.pm,
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]