gbranden pushed a commit to branch master
in repository groff.
commit 5c91d9b64a0a4ac05df30e412391582948aad90d
Author: G. Branden Robinson <[email protected]>
AuthorDate: Thu Jul 7 22:37:46 2022 -0500
[build]: Call "BuildFoundries" with `--strict`.
* font/devpdf/devpdf.am (font/devpdf/download): Call "BuildFoundries"
with new `--strict` option so that the build fails if the AFM files
for the URW fonts can't be found.
---
ChangeLog | 6 ++++++
font/devpdf/devpdf.am | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index a8ad7e85..7714fb36 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2022-07-07 G. Branden Robinson <[email protected]>
+
+ * font/devpdf/devpdf.am (font/devpdf/download): Call
+ "BuildFoundries" with new `--strict` option so that the build
+ fails if the AFM files for the URW fonts can't be found.
+
2022-07-07 G. Branden Robinson <[email protected]>
* font/devpdf/util/BuildFoundries.pl: Add Boolean-value scalar
diff --git a/font/devpdf/devpdf.am b/font/devpdf/devpdf.am
index 885141f9..24461a86 100644
--- a/font/devpdf/devpdf.am
+++ b/font/devpdf/devpdf.am
@@ -118,7 +118,7 @@ font/devpdf/download: $(DEVPDFFONTMAP_1) $(DEVPDFFONTMAP_2)
\
&& echo "# foundry ps-name psfile" >[email protected] \
&&
PATH="$(abs_top_builddir)$(GROFF_PATH_SEPARATOR)$(abs_top_builddir)/build-aux$(GROFF_PATH_SEPARATOR)$(PATH)"
\
$(abs_top_builddir)/font/devpdf/util/BuildFoundries \
- $(abs_top_builddir)/font/devpdf \
+ --strict $(abs_top_builddir)/font/devpdf \
'$(abs_top_srcdir)/font/devps : $(abs_top_builddir)/font/devps' \
>>[email protected] \
&& mv [email protected] $@
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit