Fix RST syncing

Add missing $PROJECT so that the mkdir is done correctly.

Change-Id: I4ab7b211549c52696ad250c74282a8163d063b3d
This commit is contained in:
Andreas Jaeger 2015-05-05 10:57:53 +02:00
parent 0cf26c3e2e
commit 006d235ada
1 changed files with 1 additions and 1 deletions

View File

@ -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