Reenable l10n-push and l10n-pull make targets

This commit is contained in:
Dominik Schmidt 2019-04-10 03:13:21 +02:00 committed by Dominik Schmidt
parent 596d990c92
commit 7a0b8be799

View File

@ -3,11 +3,11 @@
#--------------------------------------
.PHONY: l10n-push
l10n-push: ;
l10n-push:
tx -d push -s --skip --no-interactive
.PHONY: l10n-pull
l10n-pull: ;
l10n-pull:
tx -d pull -r owncloud.client-nsis --skip
.PHONY: l10n-clean