Skip to content

Commit ad587aa

Browse files
committed
fixup
1 parent 7f9ac8c commit ad587aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/kochdocs.nim

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -320,9 +320,9 @@ proc buildDocsDir*(args: string, dir: string) =
320320
let args = nimArgs & " " & args
321321
let docHackJsSource = buildJS()
322322
createDir(dir)
323-
# buildDocSamples(args, dir)
324-
# buildDoc(args, dir) # bottleneck
325-
# copyFile(dir / "overview.html", dir / "index.html")
323+
buildDocSamples(args, dir)
324+
buildDoc(args, dir) # bottleneck
325+
copyFile(dir / "overview.html", dir / "index.html")
326326
buildDocPackages(args, dir)
327327
copyFile(docHackJsSource, dir / docHackJsSource.lastPathPart)
328328

0 commit comments

Comments
 (0)