summary refs log tree commit diff stats
path: root/install.sh
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-07-08 23:33:45 +0200
committerAraq <rumpf_a@web.de>2012-07-08 23:33:45 +0200
commitf0dd96fa58478f732009def25f527d67d87e464c (patch)
tree4445c7663570fc351853451f6f68b0de3c4bf6cc /install.sh
parentbb82e305081f65af828a0b88a455ee352bac8157 (diff)
downloadNim-f0dd96fa58478f732009def25f527d67d87e464c.tar.gz
cross-compilation improvements
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index c83300293..db73cdd87 100755
--- a/install.sh
+++ b/install.sh
@@ -199,6 +199,10 @@ if [ $# -eq 1 ] ; then
     cp doc/manual.html $docdir/manual.html
     chmod 644 $docdir/manual.html
   fi
+  if [ -f doc/nimrodc.html ]; then
+    cp doc/nimrodc.html $docdir/nimrodc.html
+    chmod 644 $docdir/nimrodc.html
+  fi
   if [ -f doc/mytest.cfg ]; then
     cp doc/mytest.cfg $docdir/mytest.cfg
     chmod 644 $docdir/mytest.cfg