tools: keep the log of translation extraction

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2018-06-25 07:53:57 +09:00
parent d35c3c0fbf
commit f61ac686fd

View file

@ -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