mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-26 03:42:25 +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
|
-- 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
|
||||||
|
Loading…
Reference in New Issue
Block a user