diff options
author | Oz Linden <oz@lindenlab.com> | 2014-09-23 13:43:55 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2014-09-23 13:43:55 -0400 |
commit | 0218803b232296121016e0ee37b3577d1725b9d8 (patch) | |
tree | cfbc37957d357dbc06c5a8eab823115d4e5ac66f | |
parent | 175895a2e9ed3f17307f1f128dba37c619de6aa4 (diff) |
invoke build_docs locally, since the master build script does not
-rwxr-xr-x | build.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -281,6 +281,8 @@ do end_section "Do$variant" done +build_docs + # If we are building variants in parallel, wait, then collect results. # This requires that the build dirs are variant specific if $build_link_parallel && [ x"$build_processes" != x ] |