Build zh_CN Install Guide

The guide has been translated, let's build and publish it.

Change-Id: Iaf68d6af1d7e42ebf2be24c7f3caacc2802397c8
This commit is contained in:
Andreas Jaeger 2015-11-25 10:14:29 +01:00
parent 5bb6bbc88e
commit e0f3639e84
2 changed files with 3 additions and 1 deletions

View File

@ -5,11 +5,13 @@ declare -A DIRECTORIES=(
# books to be built
declare -A BOOKS=(
["ja"]="install-guide"
["zh_CN"]="install-guide"
)
# draft books
declare -A DRAFTS=(
["ja"]="install-guide"
["zh_CN"]="install-guide"
)
# Where does the top-level pom live?

View File

@ -117,7 +117,7 @@ commands =
{toxinidir}/tools/glossary2rst.py doc/common-rst/glossary.rst
doc-tools-check-languages doc-tools-check-languages.conf publish all
# Manually move files around
rm -rf publish-docs/draft/ja/install-guide-debian/
rm -rf publish-docs/draft/*/install-guide-debian/
mv publish-docs/draft publish-docs/liberty
[testenv:generatepot-rst]