mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
;tools: Shake txtmanuals: silence all but wide table warnings
This commit is contained in:
parent
d35e4bde11
commit
e0cbe65d9b
5
Shake.hs
5
Shake.hs
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user