Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorDominik Schmidt <dev@dominik-schmidt.de>2019-04-10 04:13:21 +0300
committerDominik Schmidt <domme@tomahawk-player.org>2019-04-10 12:12:04 +0300
commit7a0b8be799245144d875caa0749bd424a08ad1bb (patch)
tree90871fda52a46431f44b71f22a8e7b0d745e50b5 /admin
parent596d990c9277d55b49c579a94237a76f73e919e8 (diff)
Reenable l10n-push and l10n-pull make targets
Diffstat (limited to 'admin')
-rw-r--r--admin/win/nsi/l10n/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/win/nsi/l10n/Makefile b/admin/win/nsi/l10n/Makefile
index 4e0319260..645889dce 100644
--- a/admin/win/nsi/l10n/Makefile
+++ b/admin/win/nsi/l10n/Makefile
@@ -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