From 08d82e4b13c9dc99cd82550f611cead3c0b4d8c0 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Fri, 21 Oct 2016 01:10:22 +0200 Subject: add 'koch install' again for backwards compat --- koch.nim | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'koch.nim') diff --git a/koch.nim b/koch.nim index 25c02937f..9857aff74 100644 --- a/koch.nim +++ b/koch.nim @@ -213,6 +213,10 @@ proc geninstall(args="") = exec("$# cc -r $# --var:version=$# --var:mingw=none --main:compiler/nim.nim scripts compiler/installer.ini $#" % [findNim(), compileNimInst, VersionAsString, args]) +proc install(args: string) = + geninstall() + 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=$#" % @@ -377,6 +381,7 @@ of cmdArgument: of "nsis": nsis(op.cmdLineRest) of "geninstall": geninstall(op.cmdLineRest) of "distrohelper": geninstall() + of "install": install(op.cmdLineRest) of "testinstall": testUnixInstall() of "test", "tests": tests(op.cmdLineRest) of "temp": temp(op.cmdLineRest) -- cgit 1.4.1-2-gfad0