gbranden pushed a commit to branch master
in repository groff.

commit 93545021220e890a52287fd122aff348f38663ed
Author: G. Branden Robinson <g.branden.robin...@gmail.com>
AuthorDate: Fri Jul 4 04:33:30 2025 -0500

    doc/doc.am: Build more verbosely.
    
    * doc/doc.am (DOC_PDFMOM): Build documents more verbosely, passing `-P
      -d` option to pdfmom(1) (and ultimately `-d` to gropdf(1)).
    
    I expect this change to be a temporary measure in the event there's
    further shaking out of the devpdf-related parts of the build.  I'd like
    to revert this prior to groff 1.24.0 final.
---
 ChangeLog  | 6 ++++++
 doc/doc.am | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 49319c1cb..101210fe1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2025-07-04  G. Branden Robinson <g.branden.robin...@gmail.com>
+
+       * doc/doc.am (DOC_PDFMOM): Build documents more verbosely,
+       passing `-P -d` option to pdfmom(1) (and ultimately `-d` to
+       gropdf(1)).
+
 2025-07-03  G. Branden Robinson <g.branden.robin...@gmail.com>
 
        * font/devpdf/util/BuildFoundries.pl (LoadFoundry): Stop
diff --git a/doc/doc.am b/doc/doc.am
index eca1cf55d..98a44c978 100644
--- a/doc/doc.am
+++ b/doc/doc.am
@@ -43,7 +43,7 @@ DOC_GROFF = \
 DOC_PDFMOM = \
   GROFF_COMMAND_PREFIX= \
   GROFF_BIN_PATH="$(GROFF_BIN_PATH)" \
-  $(PDFMOMBIN) $(MFLAG) $(FFLAG) -ww -b -P -W --roff
+  $(PDFMOMBIN) $(MFLAG) $(FFLAG) -ww -b -P -W -P -d --roff
 
 # This image file is used by several documents in the groff source tree.
 DOC_GNU_EPS = doc/gnu.eps


_______________________________________________
groff-commit mailing list
groff-commit@gnu.org
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to