mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-27 12:24:43 +03:00
shake: don't Clean generated man files
It caused hpack to omit them from cabal files.
This commit is contained in:
parent
0aad803583
commit
d4844b621e
2
Shake.hs
2
Shake.hs
@ -271,8 +271,6 @@ main = do
|
|||||||
|
|
||||||
phony "Clean" $ do
|
phony "Clean" $ do
|
||||||
need ["clean"]
|
need ["clean"]
|
||||||
putNormal "Cleaning generated man page nroffs"
|
|
||||||
removeFilesAfter "." nroffmanpages
|
|
||||||
putNormal "Cleaning all hakyll generated files"
|
putNormal "Cleaning all hakyll generated files"
|
||||||
removeFilesAfter "site" ["_*"]
|
removeFilesAfter "site" ["_*"]
|
||||||
putNormal "Cleaning executables"
|
putNormal "Cleaning executables"
|
||||||
|
Loading…
Reference in New Issue
Block a user