groff-commit
[Top][All Lists]
Advanced

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

[groff] 24/115: [doc]: Align with Savannah #62541 fix (4/4).


From: G. Branden Robinson
Subject: [groff] 24/115: [doc]: Align with Savannah #62541 fix (4/4).
Date: Thu, 1 Jun 2023 10:46:03 -0400 (EDT)

gbranden pushed a commit to branch branden-2022-06-01
in repository groff.

commit 0a78241479ad01deb03998248f57057800101e75
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Thu Apr 6 22:55:27 2023 -0500

    [doc]: Align with Savannah #62541 fix (4/4).
    
    [doc]: Abstract document dependencies on the mom package.
    
    * doc/doc.am (doc/automake.pdf): Replace dependency with new macro
      `TMAC_PACKAGE_MOM`.
    
    Aligns with <https://savannah.gnu.org/bugs/?62541> (4/4).
---
 ChangeLog  | 9 +++++++++
 doc/doc.am | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index a58897b67..c9cedd5a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2023-04-06  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       [doc]: Abstract document dependencies on the mom package.
+
+       * doc/doc.am (doc/automake.pdf): Replace dependency with new
+       macro `TMAC_PACKAGE_MOM`.
+
+       Aligns with <https://savannah.gnu.org/bugs/?62541> (4/4).
+
 2023-04-03  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        [doc]: Add document dependencies on the ms package.
diff --git a/doc/doc.am b/doc/doc.am
index 3541bce34..a127b5bf7 100644
--- a/doc/doc.am
+++ b/doc/doc.am
@@ -113,7 +113,7 @@ if USE_GROPDF
 docpdfdocdir = $(pdfdocdir)
 nodist_docpdfdoc_DATA = $(PROCESSEDDOCFILES_PDF)
 endif
-doc/automake.pdf: doc/automake.mom pdfmom contrib/mom/om.tmac
+doc/automake.pdf: doc/automake.mom pdfmom $(TMAC_PACKAGE_MOM)
 
 # GNU PIC html documentation, installed in $(htmldocdir)
 # Other pic*.html files are installed by the local rule



reply via email to

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