Skip to content

Commit

Permalink
[doc] Fix the documentation target for Boost
Browse files Browse the repository at this point in the history
Also make sure that the documentation target works on Travis.
  • Loading branch information
ldionne committed Jan 12, 2017
1 parent e6c45f6 commit 7dfc949
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -367,6 +367,7 @@ script:
if [[ "${DOCUMENTATION}" == "true" && "${BOOST_BUILD}" == "true" ]]; then
touch Jamroot
(cd doc && b2)
if [[ ! -d doc/html ]]; then exit 1; fi
fi
############################################################################
Expand Down
2 changes: 1 addition & 1 deletion doc/Jamfile.v2
Expand Up @@ -30,5 +30,5 @@ actions make-hana-doc {
# [1]: http://www.boost.org/development/requirements.html#Requirements
alias boostdoc ;
explicit boostdoc ;
alias boostrelease ;
alias boostrelease : hana-doc ;
explicit boostrelease ;

0 comments on commit 7dfc949

Please sign in to comment.