summary refs log tree commit diff stats
path: root/compiler.nimble
diff options
context:
space:
mode:
Diffstat (limited to 'compiler.nimble')
-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"