mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-04 19:04:46 +00:00
further cleanups; refs #4934
This commit is contained in:
@@ -5,5 +5,5 @@ Nim Documentation Overview
|
||||
:Author: Andreas Rumpf
|
||||
:Version: |nimversion|
|
||||
|
||||
.. include:: ../doc/docs.txt
|
||||
.. include:: docs.rst
|
||||
|
||||
|
||||
4
koch.nim
4
koch.nim
@@ -173,7 +173,9 @@ proc bundleNimsuggest(buildExe: bool) =
|
||||
copyExe("dist/nimsuggest/nimsuggest".exe, "bin/nimsuggest".exe)
|
||||
|
||||
proc bundleFinishExe() =
|
||||
exec(findNim() & " c finish.nim")
|
||||
exec(findNim() & " c tools/finish.nim")
|
||||
copyExe("tools/finish".exe, "finish".exe)
|
||||
removeFile("tools/finish".exe)
|
||||
|
||||
proc zip(args: string) =
|
||||
bundleNimbleSrc()
|
||||
|
||||
@@ -31,7 +31,7 @@ file: ticker.html
|
||||
[Documentation]
|
||||
doc: "endb;intern;apis;lib;manual.rst;tut1.rst;tut2.rst;nimc;overview;filters"
|
||||
doc: "tools;niminst;nimgrep;gc;estp;idetools;docgen;koch;backends.rst"
|
||||
doc: "nimfix.rst;nimsuggest.rst;nep1.rst;nims.rst"
|
||||
doc: "nimfix.rst;nimsuggest.rst;nep1.rst;nims.rst;contributing.rst"
|
||||
pdf: "manual.rst;lib.rst;tut1.rst;tut2.rst;nimc.rst;niminst.rst;gc.rst"
|
||||
srcdoc2: "system.nim;system/nimscript;pure/ospaths"
|
||||
srcdoc2: "core/macros;pure/marshal;core/typeinfo"
|
||||
|
||||
Reference in New Issue
Block a user