groff-commit
[Top][All Lists]
Advanced

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

[groff] 18/23: doc/doc.am: Drop redundant dependency.


From: G. Branden Robinson
Subject: [groff] 18/23: doc/doc.am: Drop redundant dependency.
Date: Thu, 23 Feb 2023 11:10:25 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit 1cc5e5b7cc567d380000b1eb85aa5d02aa9569cf
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Wed Feb 22 14:22:34 2023 -0600

    doc/doc.am: Drop redundant dependency.
    
    * doc/doc.am (uninstall-hook): Drop dependency on "uninstall_mom"; this
      is not the appropriate place to declare it, and "uninstall_groffdirs"
      already depends on it in mom's Automake file.
---
 ChangeLog  | 7 +++++++
 doc/doc.am | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 3ee6cec0e..32b5f2939 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2023-02-22  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * doc/doc.am (uninstall-hook): Drop dependency on
+       "uninstall_mom"; this is not the appropriate place to declare
+       it, and "uninstall_groffdirs" already depends on it in mom's
+       Automake file.
+
 2023-02-22  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        [tests]: Have more tests report output.
diff --git a/doc/doc.am b/doc/doc.am
index aa0b01614..81741b98d 100644
--- a/doc/doc.am
+++ b/doc/doc.am
@@ -456,7 +456,7 @@ if USE_GROHTML
 endif
 
 uninstall-hook: \
-  uninstall_doc_examples uninstall_doc_htmldoc uninstall_mom
+  uninstall_doc_examples uninstall_doc_htmldoc
 uninstall_doc_examples:
        $(RM) $(DESTDIR)$(exampledir)/gnu.eps
 if USE_GROHTML



reply via email to

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