gbranden pushed a commit to branch master
in repository groff.
commit 06783d46f95cde8d4c06c3bd95f87c862ace8ab6
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sat Sep 7 02:35:53 2024 -0500
[mom]: Rename generated test file.
* contrib/mom/mom.am: Rename generated test file. It's pretty confusing
to have "test-mom.sh.in" produce "tests-mom.sh" (note the plural).
---
contrib/mom/ChangeLog | 5 +++++
contrib/mom/mom.am | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/contrib/mom/ChangeLog b/contrib/mom/ChangeLog
index 50108468b..1ac14c90f 100644
--- a/contrib/mom/ChangeLog
+++ b/contrib/mom/ChangeLog
@@ -1,3 +1,8 @@
+2024-09-07 G. Branden Robinson <[email protected]>
+
+ * mom.am: Rename generated test file. It's pretty confusing to
+ have "test-mom.sh.in" produce "tests-mom.sh" (note the plural).
+
2024-09-01
* om.tmac: version 2.6_d; incorporates changes to gropdf/pdfpic
diff --git a/contrib/mom/mom.am b/contrib/mom/mom.am
index 3156f8ea6..cecd67108 100644
--- a/contrib/mom/mom.am
+++ b/contrib/mom/mom.am
@@ -110,9 +110,9 @@ endif
mom_test_template = contrib/mom/examples/test-mom.sh.in
# Small test suite on mom examples
-mom_TESTS = contrib/mom/examples/tests-mom.sh
+mom_TESTS = contrib/mom/examples/test-mom.sh
TESTS += $(mom_TESTS)
-contrib/mom/examples/tests-mom.sh: \
+contrib/mom/examples/test-mom.sh: \
$(top_builddir)/config.status \
$(MOMPROCESSEDEXAMPLEFILES) \
$(top_srcdir)/$(mom_test_template)
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit