diff options
author | Araq <rumpf_a@web.de> | 2013-03-16 17:38:10 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-03-16 17:38:10 +0100 |
commit | c445bd140aed6b731efb4b953f0f3768311cdf51 (patch) | |
tree | 222577cd3e87aba30dc3af0d11534382fa63bae8 /compiler | |
parent | b63f322a466351bc57f8a4593009f0520c348527 (diff) | |
download | Nim-c445bd140aed6b731efb4b953f0f3768311cdf51.tar.gz |
fixes #358
Diffstat (limited to 'compiler')
-rwxr-xr-x | compiler/nimrod.ini | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/nimrod.ini b/compiler/nimrod.ini index 74cf534e4..9febe24aa 100755 --- a/compiler/nimrod.ini +++ b/compiler/nimrod.ini @@ -57,8 +57,6 @@ Files: "compiler/*.nim" Files: "build/empty.txt" Files: "bin/empty.txt" -Files: "packages/docutils/*.nim" - [Lib] Files: "lib/nimbase.h" @@ -85,6 +83,7 @@ Files: "lib/wrappers/zip/libzip_all.c" Files: "lib/windows/*.nim" Files: "lib/posix/*.nim" Files: "lib/js/*.nim" +Files: "lib/packages/docutils/*.nim" [Other] |