groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 06/06: [build]: Call "BuildFoundries" with `--strict`.


From: G. Branden Robinson
Subject: [groff] 06/06: [build]: Call "BuildFoundries" with `--strict`.
Date: Fri, 8 Jul 2022 00:32:09 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 5c91d9b64a0a4ac05df30e412391582948aad90d
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
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 <g.branden.robinson@gmail.com>
+
+       * 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 <g.branden.robinson@gmail.com>
 
        * 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" >$@.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 $@



reply via email to

[Prev in Thread] Current Thread [Next in Thread]