X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=install.sh;h=0f21d24a00f809de17eef5ce7d3bf0cc170e92e8;hb=1cfc4ee568b84b2dfa7db391b8a7c269f1bff1be;hp=913276c13b993c36960bf4d7ed07eb94204f515d;hpb=e583bce51c0f1b1b453b73a4edf3c35d0185e66f;p=sbcl.git diff --git a/install.sh b/install.sh index 913276c..0f21d24 100644 --- a/install.sh +++ b/install.sh @@ -28,6 +28,7 @@ ensure_dirs $BUILD_ROOT$INSTALL_ROOT $BUILD_ROOT$INSTALL_ROOT/bin \ $BUILD_ROOT$INSTALL_ROOT/lib \ $BUILD_ROOT$MAN_DIR $BUILD_ROOT$MAN_DIR/man1 \ $BUILD_ROOT$INFO_DIR $BUILD_ROOT$DOC_DIR \ + $BUILD_ROOT$DOC_DIR/html \ $BUILD_ROOT$SBCL_HOME $BUILD_ROOT$SBCL_HOME/systems \ $BUILD_ROOT$SBCL_HOME/site-systems @@ -98,8 +99,8 @@ done # html for html in doc/manual/sbcl doc/manual/asdf do - test -d $html && cp -r $html $BUILD_ROOT$DOC_DIR/`basename $html` \ - && echo " html $BUILD_ROOT$DOC_DIR/`basename $html`/index.html" + test -d $html && cp -r $html $BUILD_ROOT$DOC_DIR/html/`basename $html` \ + && echo " html $BUILD_ROOT$DOC_DIR/html/`basename $html`/index.html" done for f in BUGS SUPPORT CREDITS COPYING NEWS