Fix syncing of files

It's now app-support, the file was renamed. Follow rename for syncing of
files.

Change-Id: I21299e9a477396b58f808859fc2a7063e681e140
This commit is contained in:
Andreas Jaeger 2016-08-04 12:47:37 +02:00
parent f11e0d37d2
commit fb9dfe0900
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ function copy_rst {
# Copy over some RST files
mkdir -p $PROJECT_DIR/$target
for filename in app_support.rst conventions.rst glossary.rst; do
for filename in app-support.rst conventions.rst glossary.rst; do
cp doc/common/$filename $PROJECT_DIR/$target
done
(cd $PROJECT_DIR; git add $target)