tools: drop obsolete site/ requirement (#1565)

This commit is contained in:
Simon Michael 2021-06-14 16:56:02 -10:00
parent 0df3a4714f
commit 23369714e1

View File

@ -133,9 +133,6 @@ main = do
<$> S.getDirectoryContents commandsdir
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.
-- Other arguments and some custom flags are set aside for the rule
-- to use if it wants.