cjwatson pushed a commit to branch master
in repository groff.
commit da42ae7cf8d36fb689f5109dbdcb72b074b99517
Author: Colin Watson <[email protected]>
Date: Tue Nov 5 21:12:13 2019 +0000
Fix bootstrap failure due to typo in mom.am
* contrib/mom/mom.am (MOMPROCESSEDEXAMPLEFILES): Remove spurious
backslash.
---
contrib/mom/mom.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/mom/mom.am b/contrib/mom/mom.am
index 5507256..22a9e77 100644
--- a/contrib/mom/mom.am
+++ b/contrib/mom/mom.am
@@ -104,7 +104,7 @@ MOMPROCESSEDEXAMPLEFILES = \
contrib/mom/examples/typesetting.pdf \
contrib/mom/examples/slide-demo.pdf \
contrib/mom/examples/copyright-default.pdf \
- contrib/mom/examples/copyright-chapter.pdf \
+ contrib/mom/examples/copyright-chapter.pdf
momprocessedexampledir = $(exampledir)/mom
nodist_momprocessedexample_DATA = $(MOMPROCESSEDEXAMPLEFILES)
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit