summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2018-06-23 15:11:17 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2018-06-26 06:02:48 +0000
commit493c15b49908de420a8bf9e473eaf0a120203fa6 (patch)
treedc893839b2c10a8b7450debb5675a7e6f07b1334 /cfg.mk
parente2d72254ed1ae6ba03d0bb2f02a1d9a44f9e099b (diff)
downloadgnutls-493c15b49908de420a8bf9e473eaf0a120203fa6.tar.gz
Let ./bootstrap sync from translationproject.org
This makes manual updating of the translations obsolete. From now on, builds and tarballs will always have the latest translations included. We should not forget to inform translationproject.org to update the translations before a release. How to do that is described at https://translationproject.org/html/maintainers.html (6. Announcing).
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/cfg.mk b/cfg.mk
index c532250797..2bc752cb3f 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -31,9 +31,6 @@ ifeq ($(.DEFAULT_GOAL),abort-due-to-no-makefile)
.DEFAULT_GOAL := bootstrap
endif
-PODIR := po
-PO_DOMAIN := libgnutls
-
local-checks-to-skip = sc_GPL_version sc_bindtextdomain \
sc_immutable_NEWS sc_program_name sc_prohibit_atoi_atof \
sc_prohibit_always_true_header_tests \
@@ -65,10 +62,6 @@ gl_public_submodule_commit =
autoreconf:
./bootstrap
-update-po: refresh-po
- git add $(PODIR)/*.po
- git commit -sm "Sync with TP." $(PODIR)/LINGUAS $(PODIR)/*.po
-
config:
./configure $(CFGFLAGS)