mirror of
https://github.com/ankitects/anki.git
synced 2026-01-14 06:23:57 -05:00
fix pull-i18n running on every build
This commit is contained in:
parent
b276e6f9ac
commit
9e5e214891
1 changed files with 6 additions and 3 deletions
9
Makefile
9
Makefile
|
|
@ -50,9 +50,12 @@ run: develop
|
|||
.PHONY: prepare
|
||||
prepare: rslib/ftl/repo qt/ftl/repo qt/po/repo
|
||||
|
||||
rslib/ftl/repo: pull-i18n
|
||||
qt/ftl/repo: pull-i18n
|
||||
qt/po/repo: pull-i18n
|
||||
rslib/ftl/repo:
|
||||
pull-i18n
|
||||
qt/ftl/repo:
|
||||
pull-i18n
|
||||
qt/po/repo:
|
||||
pull-i18n
|
||||
|
||||
.PHONY: build
|
||||
build: clean-dist build-rspy build-pylib build-qt add-buildhash
|
||||
|
|
|
|||
Loading…
Reference in a new issue