From 92dac63cb7ffd8cb0b49b863407d89e2f4570a46 Mon Sep 17 00:00:00 2001 From: Marcus Griep Date: Mon, 30 Mar 2015 21:06:22 -0400 Subject: [PATCH] Add the lib directory for doc generation fixes #719 --- build.fsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.fsx b/build.fsx index 083c6d91290..0faebd179f6 100644 --- a/build.fsx +++ b/build.fsx @@ -117,7 +117,7 @@ Target "GenerateDocs" (fun _ -> -- "./build/**/Fake.IIS.dll" -- "./build/**/Fake.Deploy.Lib.dll" - CreateDocsForDlls apidocsDir templatesDir projInfo (githubLink + "/blob/master") dllFiles + CreateDocsForDlls apidocsDir templatesDir (projInfo @ ["--libDirs", "./build"]) (githubLink + "/blob/master") dllFiles WriteStringToFile false "./docs/.nojekyll" ""