summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2017-01-03 22:16:11 +0100
committerAraq <rumpf_a@web.de>2017-01-03 22:16:11 +0100
commitcdfa34554c4a8e82bc05b81faa7a1b1316c7ca4e (patch)
treec72937958309d8b6a19d4eba37e2204225f03ec3
parentb3b2203aba27f7af5ba6af5c09cc8580c6777036 (diff)
parent07ab060fb998db09d1bf70e7dc23c88edfaf1177 (diff)
downloadNim-cdfa34554c4a8e82bc05b81faa7a1b1316c7ca4e.tar.gz
Merge branch 'devel' of github.com:nim-lang/Nim into devel
-rw-r--r--compiler.nimble2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler.nimble b/compiler.nimble
index d949aa754..2a528ea8b 100644
--- a/compiler.nimble
+++ b/compiler.nimble
@@ -5,7 +5,7 @@ author = "Andreas Rumpf"
 description = "Compiler package providing the compiler sources as a library."
 license = "MIT"
 
-InstallDirs = "doc, compiler"
+InstallDirs = "compiler"
 
 [Deps]
 Requires: "nim >= 0.14.0"