doc: separate docs target that skips the site

This commit is contained in:
Simon Michael 2016-04-10 12:11:19 -07:00
parent 69be70e604
commit db96d54ec0

View File

@ -79,10 +79,14 @@ main = do
-- docs -- docs
phony "site" $ do phony "docs" $ do
need [ need [
"manpages" "manpages"
,"webmanpages" ]
phony "site" $ do
need [
"webmanpages"
,"site/manual2.md" ,"site/manual2.md"
,hakyllstd ,hakyllstd
] ]