Browse Source

Build: fix path for doc generation

pull/362/head
Christoph Ruegg 11 years ago
parent
commit
90115f7fb8
  1. 2
      build.fsx

2
build.fsx

@ -752,7 +752,7 @@ let provideDocExtraFiles() =
let buildDocumentationTarget fsiargs target =
trace (sprintf "Building documentation (%s), this could take some time, please wait..." target)
let fakePath = "packages" @@ "FAKE" @@ "tools" @@ "FAKE.exe"
let fakePath = "packages" </> "build" </> "FAKE" </> "tools" </> "FAKE.exe"
let fakeStartInfo script workingDirectory args fsiargs environmentVars =
(fun (info: System.Diagnostics.ProcessStartInfo) ->
info.FileName <- System.IO.Path.GetFullPath fakePath

Loading…
Cancel
Save