[common] Fix wrong filename for cross repo sync files
Change-Id: I6f821ffc8e0c90f927c9c3520f4b1cd9a002fa0a
This commit is contained in:
parent
f6ce6bd328
commit
90186b9644
@ -27,7 +27,7 @@ function copy_rst_trans {
|
||||
TARGET=$PROJECT_DIR/$target/source/locale/$lang/LC_MESSAGES
|
||||
mkdir -p $TARGET
|
||||
cp doc/common/source/locale/$lang/LC_MESSAGES/common.po \
|
||||
$TARGET
|
||||
$TARGET/common-rst.po
|
||||
done
|
||||
(cd $PROJECT_DIR; git add $target/source/locale/)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user