Add required steps to build translated install manual

The manual has a dependency on common, glossary and the user-guide
so we should merge the translations for them before building
the main manual.

Change-Id: I114f2087da8edd423c2841191fa372d53a503d57
Partial-Bug: #1275291
This commit is contained in:
Łukasz Jernaś 2014-02-02 11:13:26 +01:00
parent bdd4fc245c
commit 52405a0709

View File

@ -97,7 +97,11 @@
prebuilders:
- gerrit-git-prep
- shell: |
./tools/generatedocbook -l {lang} -b common
./tools/generatedocbook -l {lang} -b glossary
./tools/generatedocbook -l {lang} -b user-guide
./tools/generatedocbook -l {lang} -b install-guide
cp doc/pom.xml generated/{lang}/pom.xml
maven:
maven-name: Maven3