Fix RST syncing
Add missing $PROJECT so that the mkdir is done correctly. Change-Id: I4ab7b211549c52696ad250c74282a8163d063b3d
This commit is contained in:
parent
0cf26c3e2e
commit
006d235ada
@ -22,7 +22,7 @@ fi
|
||||
function copy_rst {
|
||||
target=$1
|
||||
# Copy over some RST files
|
||||
mkdir -p $target
|
||||
mkdir -p $PROJECT_DIR/$target
|
||||
tools/glossary2rst.py $PROJECT_DIR/$target
|
||||
|
||||
for filename in doc/users-guides/source/common/app_support.rst; do
|
||||
|
Loading…
x
Reference in New Issue
Block a user