From f23297d5a12a793c6e5e35b69bde5eafda3c8fc7 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 2 May 2013 08:39:47 -0700 Subject: Separate pushing a new pot file to Transifex from pulling translations This avoids all the unnecessary updates to the POT date. Signed-off-by: Dirk Hohndel --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a834b7892..dce507c9b 100644 --- a/Makefile +++ b/Makefile @@ -267,9 +267,11 @@ $(INFOPLIST): $(INFOPLISTINPUT) # Transifex merge the translations update-po-files: + tx pull -af + +push-pot: xgettext -o po/subsurface-new.pot -s -k_ -kN_ --keyword=C_:1c,2 --add-comments="++GETTEXT" *.c tx push -s - tx pull -af EXTRA_FLAGS = $(GTKCFLAGS) $(GLIB2CFLAGS) $(XML2CFLAGS) \ $(XSLT) $(ZIP) $(SQLITE3) $(LIBDIVECOMPUTERCFLAGS) \ -- cgit v1.2.3-70-g09d2