mirror of
https://github.com/subsurface/subsurface.git
synced 2024-12-03 15:43:09 +00:00
tools: keep the log of translation extraction
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
d35c3c0fbf
commit
f61ac686fd
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ popd
|
||||||
# recreate make files and create translation strings
|
# recreate make files and create translation strings
|
||||||
cmake .
|
cmake .
|
||||||
pushd translations
|
pushd translations
|
||||||
make translations_update > /dev/null 2>&1
|
make translations_update > translationsupdate.log 2>&1
|
||||||
popd
|
popd
|
||||||
|
|
||||||
# restore the CMakeLists.txt and rebuild makefiles
|
# restore the CMakeLists.txt and rebuild makefiles
|
||||||
|
|
Loading…
Reference in a new issue