Merge "Fix syntax of doc-tools-check-languages.conf"

This commit is contained in:
Jenkins
2015-06-18 07:50:22 +00:00
committed by Gerrit Code Review

View File

@@ -41,5 +41,5 @@ declare -A SPECIAL_BOOKS=(
# Skip guide while it's moved to RST.
["install-guide-rst"]="skip"
# This needs special handling, handle it with the RST tools.
["common-rst"] = "RST"
["common-rst"]="RST"
)