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:
parent
f11e0d37d2
commit
fb9dfe0900
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user