mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +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:
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:
|
||||
|
||||
Reference in New Issue
Block a user