Add zh_CN Install Guide for building

Build the localized zh_CN Install Guide

Change-Id: I35653418d398c68a5844450a622936dc554e44f5
This commit is contained in:
Andreas Jaeger 2015-03-18 08:10:07 +01:00
parent 324ab606c3
commit f1eb453741

View File

@ -3,7 +3,7 @@ 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"
["zh_CN"]="common glossary arch-design image-guide install-guide"
)
# books to be built
@ -11,7 +11,7 @@ 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"
["zh_CN"]="arch-design image-guide install-guide"
)
# Where does the top-level pom live?