summary refs log tree commit diff stats
path: root/doc/intern.txt
diff options
context:
space:
mode:
authorGrzegorz Adam Hankiewicz <gradha@imap.cc>2014-04-19 21:45:39 +0200
committerGrzegorz Adam Hankiewicz <gradha@imap.cc>2014-04-19 22:42:22 +0200
commitdd6c5f8929c45926f60f71cfac2bf574c883267b (patch)
tree86ab151f5d1d4ccb5bd10ab6961c3a54988d1076 /doc/intern.txt
parent23e9ed81a274bd4c6420d9c900e7275f59125f95 (diff)
downloadNim-dd6c5f8929c45926f60f71cfac2bf574c883267b.tar.gz
Adds documentation about koch.
Diffstat (limited to 'doc/intern.txt')
-rw-r--r--doc/intern.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/intern.txt b/doc/intern.txt
index c602e4933..a8466160c 100644
--- a/doc/intern.txt
+++ b/doc/intern.txt
@@ -59,6 +59,8 @@ And for a debug version compatible with GDB::
 
 The ``koch`` program is Nimrod's maintenance script. It is a replacement for
 make and shell scripting with the advantage that it is much more portable.
+More information about its options can be found in the `koch <koch.html>`_
+documentation.
 
 
 Coding Guidelines