gbranden pushed a commit to branch master in repository groff. commit bfd77135f31b067e4a21ccb9f3f496cc3672365d Author: G. Branden Robinson <g.branden.robin...@gmail.com> AuthorDate: Fri Jul 4 08:56:00 2025 -0500
[doc]: Use new gropdf `-W` option. * doc/doc.am (DOC_PDFMOM): Append `-P -W` to `pdfmom` arguments. Building from a distribution archive fails at this commit because this change exposes a latent error that should be fatal in a groff build. Log: Use of uninitialized value $file in substr at .../groff-1.23.0.3459-bb549/_build/sub/gropdf line 1188, <__ANONIO__> line 4. Use of uninitialized value $file in substr at .../groff-1.23.0.3459-bb549/_build/sub/gropdf line 1195, <__ANONIO__> line 4. Use of uninitialized value $file in concatenation (.) or string at .../groff-1.23.0.3459-bb549/_build/sub/gropdf line 1195, <__ANONIO__> line 4. GEN doc/groff-man-pages-cover.groff GROFF doc/groff-man-pages.pdf Use of uninitialized value $file in substr at .../groff-1.23.0.3459-bb549/_build/sub/gropdf line 1188, <__ANONIO__> line 4. Use of uninitialized value $file in substr at .../groff-1.23.0.3459-bb549/_build/sub/gropdf line 1195, <__ANONIO__> line 4. Use of uninitialized value $file in concatenation (.) or string at .../groff-1.23.0.3459-bb549/_build/sub/gropdf line 1195, <__ANONIO__> line 4. gropdf: fatal error: unable to embed font file for 'Times-Roman' (TR) (missing entry in 'download' file?) Continues fixing Savannah #67268. --- ChangeLog | 8 ++++++++ doc/doc.am | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cf4430a05..af7784b6f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2025-07-04 G. Branden Robinson <g.branden.robin...@gmail.com> + + [doc]: Use new gropdf `-W` option. + + * doc/doc.am (DOC_PDFMOM): Append `-P -W` to `pdfmom` arguments. + + Continues fixing Savannah #67268. + 2025-07-04 G. Branden Robinson <g.branden.robin...@gmail.com> [gropdf]: Add `-W` option to make font embedding warnings fatal. diff --git a/doc/doc.am b/doc/doc.am index 140cd459f..eca1cf55d 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 --roff + $(PDFMOMBIN) $(MFLAG) $(FFLAG) -ww -b -P -W --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