Build for more languages

Build guides for all languages that have translations.

Change-Id: I193642e0a1e212b06352e514fda818283c4a238e
This commit is contained in:
Andreas Jaeger 2016-08-28 11:30:54 +02:00
parent c2c5c9c394
commit 2a815fd15f
1 changed files with 6 additions and 0 deletions

View File

@ -5,17 +5,23 @@ declare -A DIRECTORIES=(
# books to be built
declare -A BOOKS=(
["cs"]="install-guide"
["de"]="install-guide"
["fr"]="install-guide"
["id"]="install-guide"
["ja"]="ha-guide image-guide install-guide networking-guide ops-guide user-guide"
["ko_KR"]="install-guide"
["zh_CN"]="install-guide"
)
# draft books
declare -A DRAFTS=(
["cs"]="install-guide"
["de"]="install-guide"
["fr"]="install-guide"
["id"]="install-guide"
["ja"]="ha-guide install-guide networking-guide ops-guide"
["ko_KR"]="install-guide"
["zh_CN"]="install-guide"
)
# Where does the top-level pom live?