Update translation build

We do not need to setup the user-guide anymore for building
the install guide, remove the set up.

Also, enable building of HA guide since the toolchain handles it fine
now.

Change-Id: I21ba4972a97084bee4da5db3accb25aa1296f476
This commit is contained in:
Andreas Jaeger 2014-05-22 16:16:02 +02:00
parent 1cef7b7f18
commit 4ef14eecda
2 changed files with 3 additions and 6 deletions

View File

@ -36,7 +36,7 @@ function test_manuals {
}
function test_ja {
setup_lang 'ja' 'user-guide'
setup_lang 'ja'
test_manuals 'ja' 'security-guide' 'high-availability-guide' 'install-guide'
}

View File

@ -64,7 +64,6 @@ whitelist_externals = bash
commands =
openstack-generate-docbook -l {posargs} -b common
openstack-generate-docbook -l {posargs} -b glossary
openstack-generate-docbook -l {posargs} -b user-guide
openstack-generate-docbook -l {posargs} -b install-guide
# tox 1.7 does not parse the following line:
# cp doc/pom.xml generated/{posargs}/pom.xml
@ -83,11 +82,9 @@ commands =
openstack-generate-docbook -l {posargs} -b common
openstack-generate-docbook -l {posargs} -b glossary
openstack-generate-docbook -l {posargs} -b security-guide
# NOTE(jaegerandi) as of 2014-04-17 the ha guide does not build for
# Japanese, disable it.
# openstack-generate-docbook -l {posargs} -b high-availability-guide
openstack-generate-docbook -l {posargs} -b high-availability-guide
# tox 1.7 does not parse the following line:
# cp doc/pom.xml generated/{posargs}/pom.xml
# Thus replaced by the next one:
bash ./tools/copy_pom {posargs}
openstack-doc-test --check-build --publish -l {posargs} --only-book security-guide
openstack-doc-test --check-build --publish -l {posargs} --only-book security-guide --only-book high-availability-guide