tools: drop obsolete site/ requirement (#1565)
This commit is contained in:
parent
0df3a4714f
commit
23369714e1
3
Shake.hs
3
Shake.hs
@ -133,9 +133,6 @@ main = do
|
|||||||
<$> S.getDirectoryContents commandsdir
|
<$> S.getDirectoryContents commandsdir
|
||||||
let commandtxts = map (-<.> "txt") commandmds
|
let commandtxts = map (-<.> "txt") commandmds
|
||||||
|
|
||||||
let sitedir = "site"
|
|
||||||
pages <- map takeBaseName . filter (".md" `isSuffixOf`) <$> S.getDirectoryContents sitedir
|
|
||||||
|
|
||||||
-- Run the shake rule selected by the first command line argument.
|
-- Run the shake rule selected by the first command line argument.
|
||||||
-- Other arguments and some custom flags are set aside for the rule
|
-- Other arguments and some custom flags are set aside for the rule
|
||||||
-- to use if it wants.
|
-- to use if it wants.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user