stop fetching qt translations as part of recompile step

This commit is contained in:
Damien Elmes 2020-02-27 20:38:05 +10:00
parent 493d9899e2
commit 368e03e1a8

View file

@ -28,7 +28,7 @@ all: check
@touch $@
.build/i18n: $(wildcard po/repo/desktop/*/anki.po)
(cd po && ./scripts/fetch-latest-translations && \
(cd po && \
./scripts/build-mo-files && \
./scripts/copy-qt-files)
@touch $@