5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-03-10 00:23:57 -03:00
ardupilot/docs/build-ardusub.sh

16 lines
233 B
Bash
Raw Normal View History

#!/usr/bin/env bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR/..
. docs/setup.sh
if [ ! -f $DOCS_OUTPUT_BASE/tags/libraries ];
then
echo "Must build libraries first"
exit 0
fi
doxygen docs/config/ardusub