Build Japanese HA Guide as draft

Change-Id: Ifc366945fb32afdf2e90cff4aacc25a295eeece0
This commit is contained in:
KATO Tomoyuki 2016-02-15 15:15:11 +09:00
parent f96b3ffc52
commit 0505c1db66
1 changed files with 2 additions and 6 deletions

View File

@ -6,16 +6,12 @@ declare -A DIRECTORIES=(
# books to be built
declare -A BOOKS=(
# No translations currently
# Example how to enable:
#["ja"]="ha-guide"
["ja"]="ha-guide"
)
# draft books
declare -A DRAFTS=(
# No translations currently
# Example how to enable:
#["ja"]="ha-guide"
["ja"]="ha-guide"
)
# Where does the top-level pom live?