gbranden pushed a commit to branch master
in repository groff.
commit 1cc5e5b7cc567d380000b1eb85aa5d02aa9569cf
Author: G. Branden Robinson <[email protected]>
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 <[email protected]>
+
+ * 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 <[email protected]>
[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
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit