Merge "Update doc-tools-check-languages.conf"

This commit is contained in:
Jenkins 2017-08-03 10:40:06 +00:00 committed by Gerrit Code Review
commit c03df2d561

View File

@ -15,23 +15,6 @@ declare -A BOOKS=(
["zh_CN"]="install-guide"
)
# draft books
declare -A DRAFTS=(
["cs"]="install-guide"
["de"]="install-guide"
["fr"]="install-guide"
["id"]="install-guide"
["ja"]="install-guide"
["ko_KR"]="install-guide"
["ru"]="install-guide"
["tr_TR"]="install-guide"
["zh_CN"]="install-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/"
@ -44,9 +27,6 @@ declare -A SPECIAL_BOOKS=(
["ha-guide"]="RST"
["image-guide"]="RST"
["install-guide"]="RST"
# Do not translate for now, we need to fix our scripts first to
# generate the content properly.
["install-guide-debconf"]="skip"
# Do not translate
["admin-guide"]="skip"
["arch-design"]="skip"