From 2f199750c0ee7088cd72b6aba56082cccfa8d89a Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 17 Feb 2020 12:35:55 +1000 Subject: [PATCH] make sure ftl files get updated --- qt/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qt/Makefile b/qt/Makefile index 650b135ab..969c58f19 100644 --- a/qt/Makefile +++ b/qt/Makefile @@ -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)