mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
;doc: note dependency between shake targets
This commit is contained in:
parent
4639522d9c
commit
753ee5f50f
1
Shake.hs
1
Shake.hs
@ -421,6 +421,7 @@ main = do
|
||||
|
||||
-- Generate plain text manuals suitable for embedding in
|
||||
-- executables and viewing with a pager, from the man pages.
|
||||
-- (Depends on the nroffmanuals.)
|
||||
phony "txtmanuals" $ need txtmanuals
|
||||
txtmanuals |%> \out -> do -- hledger/hledger.txt
|
||||
let src = manualNameToManpageName $ dropExtension out
|
||||
|
Loading…
Reference in New Issue
Block a user