diff options
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 4 |
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 |