From fb9dfe0900b5b886f4b4a28f98b2e9e5a8e15a1d Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 4 Aug 2016 12:47:37 +0200 Subject: [PATCH] Fix syncing of files It's now app-support, the file was renamed. Follow rename for syncing of files. Change-Id: I21299e9a477396b58f808859fc2a7063e681e140 --- tools/sync-projects.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sync-projects.sh b/tools/sync-projects.sh index e76e9318f4..e9377862df 100755 --- a/tools/sync-projects.sh +++ b/tools/sync-projects.sh @@ -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)