mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
fix pull-i18n running on every build
This commit is contained in:
parent
4983eb8e3d
commit
2555990c9c
1 changed files with 6 additions and 3 deletions
9
Makefile
9
Makefile
|
@ -50,9 +50,12 @@ run: develop
|
||||||
.PHONY: prepare
|
.PHONY: prepare
|
||||||
prepare: rslib/ftl/repo qt/ftl/repo qt/po/repo
|
prepare: rslib/ftl/repo qt/ftl/repo qt/po/repo
|
||||||
|
|
||||||
rslib/ftl/repo: pull-i18n
|
rslib/ftl/repo:
|
||||||
qt/ftl/repo: pull-i18n
|
pull-i18n
|
||||||
qt/po/repo: pull-i18n
|
qt/ftl/repo:
|
||||||
|
pull-i18n
|
||||||
|
qt/po/repo:
|
||||||
|
pull-i18n
|
||||||
|
|
||||||
.PHONY: build
|
.PHONY: build
|
||||||
build: clean-dist build-rspy build-pylib build-qt add-buildhash
|
build: clean-dist build-rspy build-pylib build-qt add-buildhash
|
||||||
|
|
Loading…
Reference in a new issue