summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2012-04-26 13:32:10 -0400
committerOz Linden <oz@lindenlab.com>2012-04-26 13:32:10 -0400
commit80c2abddcfbcb578e70d220baa95aebdee3d529c (patch)
tree6067f5cdc5150cec2178d4be23bcd05cfdc5bca8 /build.sh
parentd6569db3520f7e0ce2d93febb6f4e26b48c08a3d (diff)
parent8ce4be7688bfcf6852a26d0e942aca907cd57a67 (diff)
merge up to latest viewer-release
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh9
1 files changed, 6 insertions, 3 deletions
diff --git a/build.sh b/build.sh
index c7c89fe3c2..c949d00166 100755
--- a/build.sh
+++ b/build.sh
@@ -90,9 +90,12 @@ build()
build_docs()
{
begin_section Docs
- # Stub code to generate docs
- echo Hello world > documentation.txt
- upload_item docs documentation.txt text/plain
+ if "$AUTOBUILD" build -c Doxygen
+ then
+ echo true >"$build_dir"/build_ok
+ else
+ echo false >"$build_dir"/build_ok
+ fi
end_section Docs
}