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

commit a7b30712e98dc50616e097e7fa8b3b6adc652d0c
Author: G. Branden Robinson <[email protected]>
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 <[email protected]>
+
+       [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 <[email protected]>
 
        [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

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

Reply via email to