groff-commit
[Top][All Lists]
Advanced

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

[groff] 04/06: [build]: Make BuildFoundries depend on afmtodit.


From: G. Branden Robinson
Subject: [groff] 04/06: [build]: Make BuildFoundries depend on afmtodit.
Date: Fri, 8 Jul 2022 00:32:07 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 7e017781dbdcc3558303bc2191ee0da4e5cd026c
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Thu Jul 7 18:09:09 2022 -0500

    [build]: Make BuildFoundries depend on afmtodit.
    
    * font/devpdf/devpdf.am (font/devpdf/util/BuildFoundries): Add
      dependency on "afmtodit" since "BuildFoundries" calls this program
      when generating groff font description files from URW fonts.
---
 ChangeLog             | 7 +++++++
 font/devpdf/devpdf.am | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index fbaf69c5..a9b244fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2022-07-07  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * font/devpdf/devpdf.am (font/devpdf/util/BuildFoundries): Add
+       dependency on "afmtodit" since "BuildFoundries" calls this
+       program when generating groff font description files from URW
+       fonts.
+
 2022-07-06  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        [ms]: Fix Savannah #62690.
diff --git a/font/devpdf/devpdf.am b/font/devpdf/devpdf.am
index 64ed657d..885141f9 100644
--- a/font/devpdf/devpdf.am
+++ b/font/devpdf/devpdf.am
@@ -70,7 +70,7 @@ $(DEVPDFFONTMAP_1):
          $(top_builddir)/font/devpdf/map
 
 font/devpdf/util/BuildFoundries: \
-  $(devpdf_srcdir)/util/BuildFoundries.pl $(SH_DEPS_SED_SCRIPT)
+  $(devpdf_srcdir)/util/BuildFoundries.pl $(SH_DEPS_SED_SCRIPT) afmtodit
        $(AM_V_GEN)$(MKDIR_P) $(top_builddir)/font/devpdf/util \
        && if test -n "$(PERL)"; then \
             sed -f $(SH_DEPS_SED_SCRIPT) \



reply via email to

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