mirror of
https://github.com/ankitects/anki.git
synced 2025-11-07 13:17:12 -05:00
make sure ftl files get updated
This commit is contained in:
parent
e6c8794eb1
commit
2f199750c0
1 changed files with 2 additions and 2 deletions
|
|
@ -25,8 +25,8 @@ all: check
|
|||
./tools/build_ui.sh
|
||||
@touch $@
|
||||
|
||||
.build/i18n: i18n/po $(wildcard i18n/po/desktop/*/anki.po)
|
||||
(cd i18n && ./pull-git && ./build-mo-files && ./copy-qt-files)
|
||||
.build/i18n: i18n/po $(wildcard i18n/po/desktop/*/anki.po) $(wildcard i18n/ftl/core/*/*.ftl)
|
||||
(cd i18n && ./pull-git && ./build-mo-files && ./copy-qt-files && ./copy-ftl-files)
|
||||
@touch $@
|
||||
|
||||
TSDEPS := $(wildcard ts/src/*.ts) $(wildcard ts/scss/*.scss)
|
||||
|
|
|
|||
Loading…
Reference in a new issue