mirror of
https://github.com/ankitects/anki.git
synced 2026-01-14 06:23:57 -05:00
make sure ftl files get updated
This commit is contained in:
parent
908bd93831
commit
d13473d456
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