Add French Install Guide

The team has translated most of the guide, so build and publish it.

Change-Id: I42f74a9eef366a20adcd88b22db8a54e3ed20efb
Depends-On: I3cc4bdf34d490476ad1e6a07fcab8dd724e1aba2
This commit is contained in:
Andreas Jaeger 2016-03-25 08:10:21 +01:00
parent 9463d34a3e
commit 06a35cf642
1 changed files with 4 additions and 2 deletions

View File

@ -4,14 +4,16 @@ declare -A DIRECTORIES=(
# books to be built
declare -A BOOKS=(
["ja"]="image-guide user-guide user-guide-admin install-guide networking-guide"
["cs"]="install-guide"
["fr"]="install-guide"
["ja"]="image-guide user-guide user-guide-admin install-guide networking-guide"
)
# draft books
declare -A DRAFTS=(
["ja"]="install-guide"
["cs"]="install-guide"
["fr"]="install-guide"
["ja"]="install-guide"
)
# Where does the top-level pom live?