groff-commit
[Top][All Lists]
Advanced

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

[groff] 02/33: doc/doc.am: Quieten build.


From: G. Branden Robinson
Subject: [groff] 02/33: doc/doc.am: Quieten build.
Date: Thu, 30 Dec 2021 00:46:44 -0500 (EST)

gbranden pushed a commit to branch temp-mail-fail
in repository groff.

commit 06dcae39ab661e63d8d601e1ebdb73cccd910f1a
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Fri Dec 17 11:21:48 2021 +1100

    doc/doc.am: Quieten build.
    
    * doc/doc.am (doc/{pic,webpage}.html): Quieten build.  Stop passing `-p`
      (progress) option to postprocessor, which produces TeX-like bracketed
      page numbers when images occur.
---
 ChangeLog  | 6 ++++++
 doc/doc.am | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index a0339381..0f598d44 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2021-12-17  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * doc/doc.am (doc/{pic,webpage}.html): Quieten build.  Stop
+       passing `-p` (progress) option to postprocessor, which produces
+       TeX-like bracketed page numbers when images occur.
+
 2021-12-17  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        * doc/doc.am (.ms.html): Drop unused suffix rule.
diff --git a/doc/doc.am b/doc/doc.am
index 6adcae75..84d29f32 100644
--- a/doc/doc.am
+++ b/doc/doc.am
@@ -189,7 +189,7 @@ doc/pic.html: $(doc_srcdir)/pic.ms $(devhtmlfont_DATA)
        && nlinit=`echo 'nl="'; echo '"'`; eval "$$nlinit"; \
          $(DOC_SED) -e "1i\\$$nl.lf 1 $(doc_srcdir)/pic.ms$$nl" \
          $(doc_srcdir)/pic.ms \
-          | $(DOC_GROFF_ONLY) -P-p -P-Ipic -P-D$(imagedir) -P-jpic \
+          | $(DOC_GROFF_ONLY) -P-Ipic -P-D$(imagedir) -P-jpic \
                               -Thtml -ms > pic.html
 
 doc/examples.stamp: doc/groff.css
@@ -210,7 +210,7 @@ doc/webpage.html: \
        && nlinit=`echo 'nl="'; echo '"'`; eval "$$nlinit"; \
          $(DOC_SED) -e "1i\\$$nl.lf 1 $(doc_srcdir)/webpage.ms$$nl" \
          $(doc_srcdir)/webpage.ms \
-          | $(DOC_GROFF_ONLY) -P-jwebpage -P-nrpb -P-Iwebpage \
+          | $(DOC_GROFF_ONLY) -P-jwebpage -P-nrb -P-Iwebpage \
                               -P-D$(imagedir) -Thtml -ms > webpage.html
 
 doc/grnexmpl.ps: doc/grnexmpl.me doc/grnexmpl.g



reply via email to

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