From 23369714e19ee73a282b5e53fee07f27681af569 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 14 Jun 2021 16:56:02 -1000 Subject: [PATCH] tools: drop obsolete site/ requirement (#1565) --- Shake.hs | 3 --- 1 file changed, 3 deletions(-) diff --git a/Shake.hs b/Shake.hs index 4d7160a95..65ed55359 100755 --- a/Shake.hs +++ b/Shake.hs @@ -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.