Skip to content

Commit

Permalink
Refs #10694. add missing period.
Browse files Browse the repository at this point in the history
  • Loading branch information
quantumsteve committed Dec 7, 2014
1 parent 89a3c23 commit 1af0817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Build/Jenkins/buildscript
Expand Up @@ -143,7 +143,7 @@ if [[ "$CLEANBUILD" == true ]]; then
# and labelled by the commit id it was built with. This assumes the Jenkins git plugin
# has set the GIT_COMMIT environment variable
if [[ "$ON_RHEL6" == true ]]; then
$SCL_ON_RHEL6 "cmake --build --target docs-html"
$SCL_ON_RHEL6 "cmake --build . --target docs-html"
tar -cjf mantiddocs-g${GIT_COMMIT:0:7}.tar.bz2 --exclude='*.buildinfo' --exclude="MantidProject.q*" docs/html
# The ..._PREFIX argument avoids opt/Mantid directories at the top of the tree
$SCL_ON_RHEL6 "cpack --config CPackSourceConfig.cmake -D CPACK_PACKAGING_INSTALL_PREFIX="
Expand Down

0 comments on commit 1af0817

Please sign in to comment.