summaryrefslogtreecommitdiff
path: root/INSTALL.REPO
diff options
context:
space:
mode:
authorPeter Schaffter <peter@schaffter.ca>2018-02-17 15:28:30 -0500
committerPeter Schaffter <peter@schaffter.ca>2018-02-17 15:28:30 -0500
commit6675f5c6834febbe6d93e4b6551d42095ef7e6d1 (patch)
tree28356c886d466414e3bf56e2af8c145a2aa480db /INSTALL.REPO
parent38fde07534a9ee5475383be007a86a1df4d0b1b3 (diff)
downloadgroff-git-6675f5c6834febbe6d93e4b6551d42095ef7e6d1.tar.gz
Add preconv(1) Coding Tags to mom example files and automake.mom.
Add note to INSTALL.REPO to ignore "can't transparently output node at top level" and "can't translate character code n to special character 'c' in transparent throughput" warnings. Fix instructions for building typesetting.mom in mom/examples/README.txt to include -k flag.
Diffstat (limited to 'INSTALL.REPO')
-rw-r--r--INSTALL.REPO6
1 files changed, 6 insertions, 0 deletions
diff --git a/INSTALL.REPO b/INSTALL.REPO
index bb285a27e..47912b42c 100644
--- a/INSTALL.REPO
+++ b/INSTALL.REPO
@@ -84,7 +84,13 @@ warning like:
Just ignore this. It doesn't occur in the actual versions of
`autoreconf'.
+Troff errors of the types
+ can't transparently output node at top level
+ and
+ can't translate character code n to special character 'c' in transparent throughput
+
+may safely be ignored.
2. Modification of autotools files
----------------------------------