repo.or.cz
/
ardupilot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
AP_HAL_ChibiOS: set HAL_VISUALODOM_ENABLED to 0 directly
[ardupilot.git]
/
docs
/
build-apmrover2.sh
blob
d3180ffb76c459fe198a478934166f4470fbafb7
1
#!/usr/bin/env bash
2
DIR
=
"$( cd "
$
(
dirname
"
${BASH_SOURCE[0]}
"
)
" && pwd )"
3
4
cd
$DIR
/
..
5
6
. docs
/
setup.sh
7
8
if
[ !
-f
$DOCS_OUTPUT_BASE
/
tags
/
libraries
];
9
then
10
echo
"Must build libraries first"
11
exit
0
12
fi
13
14
doxygen docs
/
config
/
apmrover2
15