doc: fix breakage in text manuals

This commit is contained in:
Simon Michael 2017-12-06 20:53:36 -08:00
parent 66f01ff466
commit 0f2b95041e

View File

@ -226,7 +226,7 @@ main = do
phony "txtmanpages" $ need txtmanpages
txtmanpages |%> \out -> do -- hledger/hledger.txt
let src = dropExtension out <.> "m4.md"
let src = manualNameToManpageName $ dropExtension out
need [src]
cmd Shell groff "-t -e -mandoc -Tascii" src "| col -bx >" out -- http://www.tldp.org/HOWTO/Man-Page/q10.html