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:
@@ -37,7 +37,7 @@ function copy_rst {
|
|||||||
# Copy over some RST files
|
# Copy over some RST files
|
||||||
mkdir -p $PROJECT_DIR/$target
|
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
|
cp doc/common/$filename $PROJECT_DIR/$target
|
||||||
done
|
done
|
||||||
(cd $PROJECT_DIR; git add $target)
|
(cd $PROJECT_DIR; git add $target)
|
||||||
|
Reference in New Issue
Block a user