openstack-manuals/doc-tools-check-languages.conf
Andreas Jaeger 0f0489d377 Build Simplified Chinese Guides
Build Simplied Chinese Guides and add them also to drafts page for
evaluation.


Change-Id: I8b9551ec9954927aa232cc78a1c4686cc33911dc
2015-02-01 06:44:15 +00:00

23 lines
627 B
Plaintext

# directories to be set up
declare -A DIRECTORIES=(
["fr"]="common glossary user-guide image-guide"
["ja"]="common glossary image-guide install-guide user-guide user-guide-admin"
["pt_BR"]="common install-guide"
["zh_CN"]="common glossary arch-design image-guide"
)
# books to be built
declare -A BOOKS=(
["fr"]="user-guide image-guide"
["ja"]="image-guide install-guide user-guide user-guide-admin"
["pt_BR"]="install-guide"
["zh_CN"]="arch-design image-guide"
)
# Where does the top-level pom live?
# Set to empty to not copy it.
POM_FILE="doc/pom.xml"
# Location of doc dir
DOC_DIR="doc/"