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
phony "site" $ do
phony "docs" $ do
need [
"manpages"
,"webmanpages"
]
phony "site" $ do
need [
"webmanpages"
,"site/manual2.md"
,hakyllstd
]