Add upload-pot make target
authorDavid Woodhouse <David.Woodhouse@intel.com>
Mon, 7 Nov 2011 23:18:36 +0000 (23:18 +0000)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Mon, 7 Nov 2011 23:18:40 +0000 (23:18 +0000)
It happens automatically too, but sometimes it's useful to do it immediately,
for instance when preparing a release...

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Makefile.am

index 9aaa7d4..9d688bf 100644 (file)
@@ -83,3 +83,5 @@ update-translations:
        @tx pull -af
        @git commit -s -m "Update translations from Transifex" -- po/
 
+upload-pot:
+       @make -C po openconnect.pot && tx push -s