gbranden pushed a commit to branch master
in repository groff.

commit 7e017781dbdcc3558303bc2191ee0da4e5cd026c
Author: G. Branden Robinson <[email protected]>
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 <[email protected]>
+
+       * 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 <[email protected]>
 
        [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) \

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to