gbranden pushed a commit to branch master
in repository groff.

commit 5c8b984c6425d06c37bb8ae8ef3d2efaca4587b4
Author: G. Branden Robinson <[email protected]>
AuthorDate: Mon Jan 26 03:32:17 2026 -0600

    font/devpdf/devpdf.am: Don't make futile target.
    
    * font/devpdf/devpdf.am [HAVE_URW_FONTS]: Shift conditional so that we
      define a target rule for `$(devpdffont_descriptions_for_urw)` only if
      the `HAVE_URW_FONTS` Automake variable is defined.
---
 ChangeLog             | 7 +++++++
 font/devpdf/devpdf.am | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 68a580d3f..98dd03cb3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2026-01-26  G. Branden Robinson <[email protected]>
+
+       * font/devpdf/devpdf.am [HAVE_URW_FONTS]: Shift conditional so
+       that we define a target rule for
+       `$(devpdffont_descriptions_for_urw)` only if the
+       `HAVE_URW_FONTS` Automake variable is defined.
+
 2026-01-26  G. Branden Robinson <[email protected]>
 
        * font/devpdf/devpdf.am ($(devpdffont_descriptions_for_urw)):
diff --git a/font/devpdf/devpdf.am b/font/devpdf/devpdf.am
index 61d156610..220c46268 100644
--- a/font/devpdf/devpdf.am
+++ b/font/devpdf/devpdf.am
@@ -220,11 +220,11 @@ else
          $(devpdf_srcdir)/Foundry.in >$@
 endif
 
+if HAVE_URW_FONTS
 # This is kind of a cheat, but works because BuildFoundries produces so
 # many artifacts.
 $(devpdffont_descriptions_for_urw): font/devpdf/download
 
-if HAVE_URW_FONTS
 buildfoundries_extra_arg=--dirURW=$(urwfontsdir)
 else
 buildfoundries_extra_arg=

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

Reply via email to