gbranden pushed a commit to branch master in repository groff. commit 3a334f7a176c0fcd1314a424337685e1b5f90f07 Author: G. Branden Robinson <g.branden.robin...@gmail.com> AuthorDate: Sun Jul 27 18:39:36 2025 -0500
[devpdf]: Reduce noise from Makefile. * font/devpdf/devpdf.am (font/devpdf/download): Drop `--strict` option from rule command. The `BuildFoundries` script no longer supports it. Fixes <https://savannah.gnu.org/bugs/?67366>. Thanks to Bjarni Ingi Gislason for the report. Continues commit 3c415fd70 from Deri, 24 July. --- ChangeLog | 9 +++++++++ font/devpdf/devpdf.am | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 38c51939d..10fb7399a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2025-07-27 G. Branden Robinson <g.branden.robin...@gmail.com> + + * font/devpdf/devpdf.am (font/devpdf/download): Drop `--strict` + option from rule command. The `BuildFoundries` script no longer + supports it. + + Fixes <https://savannah.gnu.org/bugs/?67366>. Thanks to Bjarni + Ingi Gislason for the report. + 2025-07-27 Deri James <d...@chuzzlewit.myzen.co.uk> [gropdf]: Error reporting. diff --git a/font/devpdf/devpdf.am b/font/devpdf/devpdf.am index dd0717057..558d19078 100644 --- a/font/devpdf/devpdf.am +++ b/font/devpdf/devpdf.am @@ -231,7 +231,7 @@ font/devpdf/download: $(devpdffontencdata) $(devpdffontmapdata) \ && PATH="$(abs_top_builddir)$(GROFF_PATH_SEPARATOR)$(abs_top_builddir)/build-aux$(GROFF_PATH_SEPARATOR)$(PATH)" \ $(abs_top_builddir)/font/devpdf/util/BuildFoundries \ --download $(abs_top_srcdir)/font/devpdf/download.in \ - --strict $(abs_top_builddir)/font/devpdf \ + $(abs_top_builddir)/font/devpdf \ '$(abs_top_srcdir)/font/devpdf:$(abs_top_builddir)/font/devpdf' \ >>$@.tmp \ && mv $@.tmp $@ _______________________________________________ groff-commit mailing list groff-commit@gnu.org https://lists.gnu.org/mailman/listinfo/groff-commit