
1. Added config files and edited scripts to build the RST Cloud Admin Guide 2. Converted the identity management chapter to RST Change-Id: I9ee53d5ad0d4b4ffaf228c7229364d6a84076721
7 lines
230 B
Bash
Executable File
7 lines
230 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
tools/build-rst.sh doc/user-guide --glossary --build build
|
|
# No need to build the glossary again here.
|
|
tools/build-rst.sh doc/user-guide-admin --build build
|
|
tools/build-rst.sh doc/admin-guide-cloud-rst --build build
|