Update doc-tools-check-languages.conf

Remove draft lines, those are not used anymore.
Remove obsolete manuals from skip list.

Change-Id: If88a786bc988024aa9b0a456c4a04eba67e88e5f
This commit is contained in:
Andreas Jaeger 2017-08-02 19:11:35 +02:00
parent 34c6567141
commit 651878bd8a

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"