blob: cdac83f2c40e5b7842571770ed0f2b156cdb25cc [file] [log] [blame]
#!/bin/bash
# -----------------------------------------------------------------------------
# Builds the ONOS Java API docs.
# -----------------------------------------------------------------------------
set -e
[ ! -d "$ONOS_ROOT" ] && echo "ONOS_ROOT is not defined" >&2 && exit 1
. $ONOS_ROOT/tools/build/envDefaults
onos-buck build //docs:external //docs:internal --show-output