mirror of
https://github.com/koreader/koreader
synced 2024-10-31 21:20:20 +00:00
[fix] kodev: Allow nightly build to succeed (#5507)
Translations live in a submodule since <https://github.com/koreader/koreader/pull/5506>, and without initialized submodules `kodev release` will therefore fail. The specifics need a fair bit more attention once Weblate has been set up, but this should suffice for the nightly/stable build to succeed.
This commit is contained in:
parent
6f61c73853
commit
c7079c80be
3
Makefile
3
Makefile
@ -504,8 +504,7 @@ pot:
|
||||
$(MAKE) -C l10n push
|
||||
|
||||
po:
|
||||
$(MAKE) -i -C l10n bootstrap
|
||||
$(MAKE) -C l10n pull
|
||||
git submodule update --remote l10n
|
||||
|
||||
|
||||
static-check:
|
||||
|
Loading…
Reference in New Issue
Block a user