diff options
author | ChristopherPrice <christopher.price@ericsson.com> | 2016-07-01 09:58:27 +0200 |
---|---|---|
committer | ChristopherPrice <christopher.price@ericsson.com> | 2016-07-04 19:14:30 +0200 |
commit | 7bde278edccd1008149a9204da133201fa6babbb (patch) | |
tree | d58d69a49f7f601504853c4f05348950fd5f36be /build-composite.sh | |
parent | c784d12b441cd5b76cbfb9d70ee1cede6e23a336 (diff) |
Establishing document structures for Colorado.
Derived from converging patches 16165, 16047 & 15937 into one patch.
Change-Id: I3c544ba2fa30856a50274bad9342a06eebc39d58
Signed-off-by: ChristopherPrice <christopher.price@ericsson.com>
Co-Authored-By: Sofia Wallin <sofia.wallin@ericsson.com>
Diffstat (limited to 'build-composite.sh')
-rwxr-xr-x | build-composite.sh | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/build-composite.sh b/build-composite.sh index f393b62fb..5a9d253b5 100755 --- a/build-composite.sh +++ b/build-composite.sh @@ -87,12 +87,13 @@ echo echo "Creating document links" echo targets=" -configguide/installer-config.rst -configguide/feature-config.rst -userguide/test-usage.rst -userguide/feature-usage.rst +configurationguide/configuration.options.render.rst +configurationguide/installation.procedure.render.rst +userguide/feature.userguide.render.rst +testframework/framework.installation.procedure.render.rst +testframework/framework.userguide.render.rst " -# configguide/post-install.rst +# configurationguide/post-install.rst for guide in $targets do mainfile="$WORKSPACE/docs/$guide" |