diff options
author | Oz Linden <oz@lindenlab.com> | 2015-07-10 12:24:21 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2015-07-10 12:24:21 -0400 |
commit | 79ae34c1312a80fd9fab1c487a4556ba7254019c (patch) | |
tree | 53d01462b49ef0f1162e307340d54ee5c1c1a7da /build.sh | |
parent | a6e5553e7429d32f0e1a145db8a680d99ee5013d (diff) |
move doxygen generation to a subdirectory
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -408,7 +408,7 @@ then if [ -d "$build_dir/doxygen/html" ] then (cd "$build_dir/doxygen/html"; tar cjf "$build_dir/viewer-doxygen.tar.bz2" .) - upload_item docs viewer-doxygen.tar.bz2 binary/octet-stream + upload_item docs "$build_dir/viewer-doxygen.tar.bz2" binary/octet-stream fi *) echo "Skipping mapfile for $last_built_variant" |