;tools: Shake txtmanuals: silence all but wide table warnings

This commit is contained in:
Simon Michael 2024-06-27 00:23:07 +01:00
parent d35e4bde11
commit e0cbe65d9b

View File

@ -463,7 +463,10 @@ main = do
-- remove with col -b, but it doesn't as can be seen with groff -V.)
-- To get plain text, we run groff's lower-level commands (from -V) and add -cbuo.
-- -Wall silences most troff warnings, remove to see them
cmd Shell "tbl" src "| eqn -Tascii | troff -Wall -mandoc -Tascii | grotty -cbuo >" out
-- XXX eqn complains on nonascii chars, not needed ?
-- cmd Shell "tbl" src "| eqn -Tascii | troff -Wall -mandoc -Tascii | grotty -cbuo >" out
-- XXX how to silence wide table warnings (generated by tbl, reported by troff) ?
cmd Shell "tbl" src "| troff -Wall -mandoc -Tascii | grotty -cbuo >" out
-- Generate Info manuals suitable for viewing with info, from the .m4.md source.
infomanuals |%> \out -> do -- hledger/hledger.info