summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--doc/doc.am2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3ee6cec0e..32b5f2939 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
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.
* src/roff/groff/tests/ab_works.sh:
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