From db96d54ec0f5f613b178bd361272cacb047ca392 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 10 Apr 2016 12:11:19 -0700 Subject: [PATCH] doc: separate docs target that skips the site --- Shake.hs | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Shake.hs b/Shake.hs index 41496aad9..b8c570ce3 100755 --- a/Shake.hs +++ b/Shake.hs @@ -79,10 +79,14 @@ main = do -- docs - phony "site" $ do + phony "docs" $ do need [ "manpages" - ,"webmanpages" + ] + + phony "site" $ do + need [ + "webmanpages" ,"site/manual2.md" ,hakyllstd ]