summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2023-02-22 14:22:34 -0600
committerG. Branden Robinson <g.branden.robinson@gmail.com>2023-02-22 15:18:24 -0600
commit1cc5e5b7cc567d380000b1eb85aa5d02aa9569cf (patch)
treea8201b6c26c0f96570ffa6179aa13f067ed6f9d5 /doc
parent14b01348259c2159e5221f797bc9b9a68260a7d3 (diff)
downloadgroff-git-1cc5e5b7cc567d380000b1eb85aa5d02aa9569cf.tar.gz
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/doc.am2
1 files changed, 1 insertions, 1 deletions
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