5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-21 08:08:29 -04:00
ardupilot/docs/setup.sh

9 lines
127 B
Bash
Raw Normal View History

# setup output directory
[ -z "$DOCS_OUTPUT_BASE" ] && {
export DOCS_OUTPUT_BASE=docs
}
mkdir -p $DOCS_OUTPUT_BASE/tags