summary refs log tree commit diff stats
path: root/koch.nim
diff options
context:
space:
mode:
Diffstat (limited to 'koch.nim')
-rw-r--r--koch.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/koch.nim b/koch.nim
index dadbc1f10..0565d01ef 100644
--- a/koch.nim
+++ b/koch.nim
@@ -200,6 +200,7 @@ proc install(args: string) =
   exec("sh ./install.sh $#" % args)
 
 proc web(args: string) =
+  exec("$# js tools/dochack/dochack.nim" % findNim())
   exec("$# cc -r tools/nimweb.nim $# web/website.ini --putenv:nimversion=$#" %
        [findNim(), args, VersionAsString])