make sure ftl files get updated

This commit is contained in:
Damien Elmes 2020-02-17 12:35:55 +10:00
parent e6c8794eb1
commit 2f199750c0

View File

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