diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-05-02 08:39:47 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-05-02 08:39:47 -0700 |
commit | f23297d5a12a793c6e5e35b69bde5eafda3c8fc7 (patch) | |
tree | b99a92a58e48b9aaba808955c56a07cd4a12d2f9 /Makefile | |
parent | 6f750da0637f4cf7fd48b686254994ae3bc03c8f (diff) | |
download | subsurface-f23297d5a12a793c6e5e35b69bde5eafda3c8fc7.tar.gz |
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 <dirk@hohndel.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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) \ |