Skip to content

Commit

Permalink
Re #9647. Changing buld scripts to point at new target.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfpeterson committed Jun 13, 2014
1 parent e9bded3 commit a8b3d95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Code/Mantid/Build/Jenkins/buildscript
Expand Up @@ -93,7 +93,7 @@ if [[ "$CLEANBUILD" == true ]]; then
if [[ $(uname) == 'Darwin' ]]; then
export MANTIDPATH=$PWD/bin
fi
$SCL_ON_RHEL6 "make docs-html"
$SCL_ON_RHEL6 "make docs-qthelp"
fi

###############################################################################
Expand Down
2 changes: 1 addition & 1 deletion Code/Mantid/Build/Jenkins/buildscript.bat
Expand Up @@ -60,7 +60,7 @@ if ERRORLEVEL 1 exit /B %ERRORLEVEL%
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
if "%CLEANBUILD%" EQU "yes" (
:: Build offline documentation
msbuild /nologo /nr:false /p:Configuration=Release docs/docs-html.vcxproj
msbuild /nologo /nr:false /p:Configuration=Release docs/docs-qthelp.vcxproj

:: ignore errors as the exit code of the build isn't correct
::if ERRORLEVEL 1 exit /B %ERRORLEVEL%
Expand Down

0 comments on commit a8b3d95

Please sign in to comment.