added missing push command

This commit is contained in:
JanAckermann
2021-03-25 14:43:45 +01:00
parent 35463646e4
commit 68bf78dc5b

View File

@@ -156,6 +156,11 @@ ifndef CHANGELOG_VERSION
endif
$(CALENS) --version $(CHANGELOG_VERSION) -o ocis/dist/CHANGELOG.md
.PHONY: l10n-push
l10n-push:
@for extension in $(L10N_MODULES); do \
make -C $$extension l10n-push; \
done
.PHONY: l10n-pull
l10n-pull: