update doc-build.sh to allow multiple depth of dir 23/4323/3
authorRyota MIBU <r-mibu@cq.jp.nec.com>
Fri, 11 Dec 2015 09:37:51 +0000 (18:37 +0900)
committerRyota MIBU <r-mibu@cq.jp.nec.com>
Wed, 16 Dec 2015 12:52:35 +0000 (21:52 +0900)
commit419d461e2ce89a496f63cfa349a46849041684ba
tree50a1b297a45374816de8d3826795307e8344734d
parentcefea534d8ec3e0f01b8357c6296417ab378c685
update doc-build.sh to allow multiple depth of dir

In our new documentation guideline, we suggest to create
documentation directory just in one depth from top 'docs' directory.
This rule can make sure there is no name collision.

However, some projects are already using multiple depth of
documentation directories. So, let's allow them to create their
documents without any namespace collision by creating unique names
from directory path.

Change-Id: I7806abd00be56b0a4811b3d17216495e11bca825
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
utils/docs-build.sh