gbranden pushed a commit to branch master
in repository groff.

commit ee79feb6ae031123bfaee0c5c563cc62ef7dccbf
Author: G. Branden Robinson <[email protected]>
AuthorDate: Wed Nov 20 19:19:57 2024 -0600

    [hdtbl]: Declare make(1) dependency.
    
    * contrib/hdtbl/hdtbl.am: Declare dependency of
      `HDTBLPROCESSEDEXAMPLEFILES` on `DEVPSFONTFILES`.
---
 contrib/hdtbl/ChangeLog | 5 +++++
 contrib/hdtbl/hdtbl.am  | 2 ++
 2 files changed, 7 insertions(+)

diff --git a/contrib/hdtbl/ChangeLog b/contrib/hdtbl/ChangeLog
index f639ee695..f78898df3 100644
--- a/contrib/hdtbl/ChangeLog
+++ b/contrib/hdtbl/ChangeLog
@@ -1,3 +1,8 @@
+2024-11-21  G. Branden Robinson <[email protected]>
+
+       * hdtbl.am: Declare dependency of `HDTBLPROCESSEDEXAMPLEFILES`
+       on `DEVPSFONTFILES`.
+
 2024-11-21  G. Branden Robinson <[email protected]>
 
        * hdmisc.tmac (t*index): Fix "range" warning: clamp substring
diff --git a/contrib/hdtbl/hdtbl.am b/contrib/hdtbl/hdtbl.am
index 850dda5e8..85f0b2328 100644
--- a/contrib/hdtbl/hdtbl.am
+++ b/contrib/hdtbl/hdtbl.am
@@ -53,6 +53,8 @@ EXTRA_DIST += \
   contrib/hdtbl/examples/fonts_x.in \
   $(hdtbl_test_template)
 
+$(HDTBLPROCESSEDEXAMPLEFILES): $(DEVPSFONTFILES)
+
 HDTBLEXAMPLEFILES = \
   contrib/hdtbl/examples/common.roff \
   contrib/hdtbl/examples/chess_board.roff \

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

Reply via email to