diff options
author | Oz Linden <oz@lindenlab.com> | 2014-09-23 12:22:42 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2014-09-23 12:22:42 -0400 |
commit | 175895a2e9ed3f17307f1f128dba37c619de6aa4 (patch) | |
tree | 90bb69576e9c984497773c77981ed94420a1db46 /BuildParams | |
parent | 22a613dfc121fadb24916d2a67fc5c3724322dee (diff) |
add build_docs step and experimental use of autobuild graph subcommand
Diffstat (limited to 'BuildParams')
-rwxr-xr-x | BuildParams | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BuildParams b/BuildParams index c2fadf5943..3ac0d58c2b 100755 --- a/BuildParams +++ b/BuildParams @@ -11,6 +11,7 @@ Linux.symbolfiles = "newview/secondlife-symbols-linux.tar.bz2" # Use Public Upload Locations public_build = true +build_docs = true # skip windows debug build until we can get a fix in. build_CYGWIN_Debug = false |