;doc: note dependency between shake targets

This commit is contained in:
Simon Michael 2020-12-20 17:58:23 -08:00
parent 4639522d9c
commit 753ee5f50f

View File

@ -421,6 +421,7 @@ main = do
-- Generate plain text manuals suitable for embedding in -- Generate plain text manuals suitable for embedding in
-- executables and viewing with a pager, from the man pages. -- executables and viewing with a pager, from the man pages.
-- (Depends on the nroffmanuals.)
phony "txtmanuals" $ need txtmanuals phony "txtmanuals" $ need txtmanuals
txtmanuals |%> \out -> do -- hledger/hledger.txt txtmanuals |%> \out -> do -- hledger/hledger.txt
let src = manualNameToManpageName $ dropExtension out let src = manualNameToManpageName $ dropExtension out