gbranden pushed a commit to branch master
in repository groff.

commit efd98a8253dfe785932a6c21df6b8a76927b4d9b
Author: Richard Purdie <[email protected]>
AuthorDate: Tue Jul 28 14:15:12 2026 +0100

    doc/doc.am: Fix missing prerequisites.
    
    * doc/doc.am (doc/groff-man-pages.pdf, doc/groff-man-pages.utf8.txt):
      Add "preconv" as prerequisite.
    
    Fixes <https://savannah.gnu.org/bugs/?68575>.  [Problem dates back to
    introduction of these targets by me in commit 52eeb52073, 2022-01-25.
    Thanks to Richard for the report and fix.  --GBR]
---
 ChangeLog  | 10 ++++++++++
 doc/doc.am |  5 +++--
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index d11b35ea0..d77855b1c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2026-07-28  Richard Purdie <[email protected]>
+
+       * doc/doc.am (doc/groff-man-pages.pdf)
+       (doc/groff-man-pages.utf8.txt): Add "preconv" as prerequisite.
+
+       Fixes <https://savannah.gnu.org/bugs/?68575>.  [Problem dates
+       back to introduction of these targets by me in commit
+       52eeb52073, 2022-01-25.  Thanks to Richard for the report and
+       fix.  --GBR]
+
 2026-07-28  G. Branden Robinson <[email protected]>
 
        * tmac/an.tmac (LS): Do nothing on invalid calls.
diff --git a/doc/doc.am b/doc/doc.am
index 6837ece30..be3c533f8 100644
--- a/doc/doc.am
+++ b/doc/doc.am
@@ -289,7 +289,7 @@ $(DOC_GMP_COVER_PAGE): 
$(doc_srcdir)/groff-man-pages-cover.groff.in
 
 doc/groff-man-pages.pdf: $(GROFF_MAN_PAGES_ALL) \
   $(DOC_GMP_COVER_PAGE) \
-  eqn pic tbl pdfmom \
+  eqn pic tbl pdfmom preconv \
   $(TMAC_PACKAGE_MAN) $(TMAC_PACKAGE_MDOC) font/devps/freeeuro.pfa
        $(GROFF_V)$(DOC_PDFMOM) -K utf-8 -pet -mandoc -dHF=HB -rC1 \
          -rCHECKSTYLE=3 -Tpdf $(groffmanpagesoption) \
@@ -298,7 +298,8 @@ doc/groff-man-pages.pdf: $(GROFF_MAN_PAGES_ALL) \
          $(tmac_srcdir)/sv.tmac $(GROFF_MAN_PAGES2) \
          $(tmac_srcdir)/en.tmac $(GROFF_MAN_PAGES3) > $@
 
-doc/groff-man-pages.utf8.txt: $(GROFF_MAN_PAGES_ALL) eqn pic tbl \
+doc/groff-man-pages.utf8.txt: $(GROFF_MAN_PAGES_ALL) \
+  eqn pic tbl preconv \
   $(TMAC_PACKAGE_MAN) $(TMAC_PACKAGE_MDOC)
        $(GROFF_V)$(DOC_GROFF) -K utf-8 -pet -Tutf8 -mandoc \
          -rCHECKSTYLE=3 $(GROFF_MAN_PAGES1) \

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

Reply via email to