Skip to content

Commit

Permalink
Add upload-pot make target
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
David Woodhouse authored and David Woodhouse committed Nov 7, 2011
1 parent 2ed842d commit 310e778
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.am
Expand Up @@ -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

0 comments on commit 310e778

Please sign in to comment.