summaryrefslogtreecommitdiff
path: root/font
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2022-07-07 22:37:46 -0500
committerG. Branden Robinson <g.branden.robinson@gmail.com>2022-07-07 23:21:14 -0500
commit5c91d9b64a0a4ac05df30e412391582948aad90d (patch)
treea72f0e31eef70b385d888090366517ed37ff043b /font
parent645a371a568b2e2cd518ba5505eb69259af3d065 (diff)
downloadgroff-git-5c91d9b64a0a4ac05df30e412391582948aad90d.tar.gz
[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.
Diffstat (limited to 'font')
-rw-r--r--font/devpdf/devpdf.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/font/devpdf/devpdf.am b/font/devpdf/devpdf.am
index 885141f96..24461a861 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" >$@.tmp \
&& 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' \
>>$@.tmp \
&& mv $@.tmp $@