gbranden pushed a commit to branch master
in repository groff.

commit 3f7d8ea20f91a8abf248fbf7ec73049cd8c3c9c2
Author: Richard Purdie <[email protected]>
AuthorDate: Tue Apr 21 10:01:40 2026 +0100

    [mom]: Fix missing build prerequisite decl's.
    
    * contrib/mom/mom.am (MOMPROCESSEDEXAMPLEFILES): Update target to depend
      on prerequisites "eqn", "pic", "tbl", and "preconv".  [Indeed, the
      `MOMPDFMOM` macro definition includes `-K utf8 -p -e -t` arguments,
      which are ultimately passed to groff(1).  --GBR]
---
 contrib/mom/ChangeLog | 7 +++++++
 contrib/mom/mom.am    | 4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/contrib/mom/ChangeLog b/contrib/mom/ChangeLog
index 669aede0c..b1c611310 100644
--- a/contrib/mom/ChangeLog
+++ b/contrib/mom/ChangeLog
@@ -1,3 +1,10 @@
+2026-04-21  Richard Purdie <[email protected]>
+
+       * mom.am (MOMPROCESSEDEXAMPLEFILES): Update target to depend on
+       prerequisites "eqn", "pic", "tbl", and "preconv".  [Indeed, the
+       `MOMPDFMOM` macro definition includes `-K utf8 -p -e -t`
+       arguments, which are ultimately passed to groff(1).  --GBR]
+
 2026-02-03  G. Branden Robinson <[email protected]>
 
        * mom.am: Populate `MOMPROCESSEDEXAMPLEFILES` unconditionally.
diff --git a/contrib/mom/mom.am b/contrib/mom/mom.am
index b99e869f2..7822974cf 100644
--- a/contrib/mom/mom.am
+++ b/contrib/mom/mom.am
@@ -144,8 +144,8 @@ SUFFIXES += .mom .pdf
        && LC_ALL=C $(MOMPDFMOM) $< >$@
 
 $(MOMPROCESSEDEXAMPLEFILES): $(MOMNORMALFILES) \
-  test-groff groff troff gropdf pdfmom penguin.ps penguin.pdf \
-  font/devpdf/stamp tmac/pdf.tmac
+  test-groff groff troff gropdf pdfmom eqn pic tbl preconv \
+  penguin.ps penguin.pdf font/devpdf/stamp tmac/pdf.tmac
 
 penguin.ps:
        $(AM_V_at)cp $(mom_srcdir)/examples/penguin.ps $@

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

Reply via email to