gbranden pushed a commit to branch master
in repository groff.

commit 8d3dcb84752b802add084b3254cddb31326d5bc4
Author: G. Branden Robinson <g.branden.robin...@gmail.com>
AuthorDate: Tue Jan 30 21:13:29 2024 -0600

    doc/doc.am: Fix missing dependency.
    
    * doc/doc.am (doc/groff-man-pages.pdf): Register dependency on
      "doc/GMPfront.t".
---
 ChangeLog  | 5 +++++
 doc/doc.am | 4 +++-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index cc0d3b5d5..b1572d6f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-01-30  G. Branden Robinson <g.branden.robin...@gmail.com>
+
+       * doc/doc.am (doc/groff-man-pages.pdf): Register dependency on
+       "doc/GMPfront.t".
+
 2024-01-30  G. Branden Robinson <g.branden.robin...@gmail.com>
 
        * tmac/an.tmac (MR): Support hyperlinked man page cross
diff --git a/doc/doc.am b/doc/doc.am
index e9cac80cc..95b27c109 100644
--- a/doc/doc.am
+++ b/doc/doc.am
@@ -266,7 +266,9 @@ man-clean:
 # We embed the fonts (-P-e) to (1) honor the current PDF standard, (2)
 # ensure consistent rendering of the document, and (3) exercise this
 # feature of gropdf.
-doc/groff-man-pages.pdf: $(GROFF_MAN_PAGES_ALL) eqn pic tbl \
+doc/groff-man-pages.pdf: $(GROFF_MAN_PAGES_ALL) \
+  $(top_srcdir)/doc/GMPfront.t \
+  eqn pic tbl \
   $(TMAC_PACKAGE_MAN) $(TMAC_PACKAGE_MDOC) font/devps/freeeuro.pfa
        $(GROFF_V)$(DOC_PDFMOM) -pet -mandoc -dHF=HB -rC1 \
          -rCHECKSTYLE=3 -Tpdf -P-e \

_______________________________________________
Groff-commit mailing list
Groff-commit@gnu.org
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to