mirror of https://github.com/ArduPilot/ardupilot
9 lines
127 B
Bash
9 lines
127 B
Bash
|
# setup output directory
|
||
|
|
||
|
[ -z "$DOCS_OUTPUT_BASE" ] && {
|
||
|
export DOCS_OUTPUT_BASE=docs
|
||
|
}
|
||
|
|
||
|
mkdir -p $DOCS_OUTPUT_BASE/tags
|
||
|
|