Merge "Fix RST syncing"

This commit is contained in:
Jenkins 2015-05-05 20:28:18 +00:00 committed by Gerrit Code Review
commit 3785cb8bd9
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