groff-commit
[Top][All Lists]
Advanced

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

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


From: G. Branden Robinson
Subject: [groff] 49/78: [doc]: Align with Savannah #62541 fix (4/4).
Date: Fri, 7 Apr 2023 12:17:55 -0400 (EDT)

gbranden pushed a commit to branch branden-2023-04-07
in repository groff.

commit a7b30712e98dc50616e097e7fa8b3b6adc652d0c
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 cf594d101..e03ea8301 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]