diff options
author | 2016-02-15 14:21:00 +0900 | |
---|---|---|
committer | 2016-02-15 12:36:31 +0000 | |
commit | 507b91c45c918a506ddc3060772c730a18cbf17d (patch) | |
tree | f462839347a21858cea508e8bb6f38d3fb6a946f /build-composite.sh | |
parent | ea13f7aae09f2e9e95b27007c3ea4c6f7d4f5b2f (diff) |
script: gather user guides automatically
Change-Id: I80d0666c4eca809bba42a5cf03d294c4c05bdf99
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
(cherry picked from commit 8b29f1d89a38a37bfbe6d9a3631f641e11c8694a)
Diffstat (limited to 'build-composite.sh')
-rwxr-xr-x | build-composite.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build-composite.sh b/build-composite.sh index 8e4c75e69..804805eb3 100755 --- a/build-composite.sh +++ b/build-composite.sh @@ -76,10 +76,10 @@ echo targets=" configguide/installer-config.rst configguide/feature-config.rst +userguide/test-usage.rst +userguide/feature-usage.rst " -# configguide/postinatall.rst -# userguide/feature-usage.rst -# userguide/test-usage.rst +# configguide/post-install.rst for guide in $targets do mainfile="$WORKSPACE/docs/$guide" |