mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +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
|
||||
cmake .
|
||||
pushd translations
|
||||
make translations_update > /dev/null 2>&1
|
||||
make translations_update > translationsupdate.log 2>&1
|
||||
popd
|
||||
|
||||
# restore the CMakeLists.txt and rebuild makefiles
|
||||
|
|
Loading…
Reference in a new issue