groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 03/03: [doc]: Add make(1) dependency.


From: G. Branden Robinson
Subject: [groff] 03/03: [doc]: Add make(1) dependency.
Date: Fri, 25 Nov 2022 16:00:58 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit a88a29d57dd8d1f02eb59c1f20c822b0b50339c3
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Fri Nov 25 14:21:25 2022 -0600

    [doc]: Add make(1) dependency.
    
    * doc/doc.am (doc/groff-man-pages.pdf): Add dependency on our FreeEuro
      font since we embed it.
---
 ChangeLog  | 7 +++++++
 doc/doc.am | 5 +++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 454825f71..b7ee67381 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2022-11-25  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       [doc]: Add make(1) dependency.
+
+       * doc/doc.am (doc/groff-man-pages.pdf): Add dependency on our
+       FreeEuro font since we embed it.
+
 2022-11-25  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        [build]: Refactor generation of "freeeuro.pfa" to make more
diff --git a/doc/doc.am b/doc/doc.am
index ad6d591f7..76a920133 100644
--- a/doc/doc.am
+++ b/doc/doc.am
@@ -248,13 +248,14 @@ man-all: $(GROFF_MAN_PAGES_ALL)
 man-clean:
        $(RM) $(GROFF_MAN_PAGES_ALL)
 
-# Many pages use tbl, a few use eqn, and soelim(1) uses pic.
+# Many pages use tbl, a few use eqn, and soelim(1) uses pic.  We also
+# need groff's FreeEuro font so we can embed it.
 #
 # 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 \
-  $(TMAC_PACKAGE_MAN) $(TMAC_PACKAGE_MDOC)
+  $(TMAC_PACKAGE_MAN) $(TMAC_PACKAGE_MDOC) font/devps/freeeuro.pfa
        $(GROFF_V)$(DOC_GROFF) -pet -mandoc -rC1 -rCHECKSTYLE=3 \
          -Tpdf -P-e \
          $(GROFF_MAN_PAGES1) \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]