diff options
author | raveit65 <[email protected]> | 2018-03-18 17:28:40 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-03-18 17:28:40 +0100 |
commit | c8af35e24c2b27df3d22fcfc03b7d59b3edc9b18 (patch) | |
tree | 7185fdac4b5a8f561a6eabef73bf83e1af244ce9 /makepot | |
parent | ba72b87d49ead68c5a0db5b930d17f1115674605 (diff) | |
download | python-caja-c8af35e24c2b27df3d22fcfc03b7d59b3edc9b18.tar.bz2 python-caja-c8af35e24c2b27df3d22fcfc03b7d59b3edc9b18.tar.xz |
tx: add makepot and .pot files
Diffstat (limited to 'makepot')
-rwxr-xr-x | makepot | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +#! /bin/sh + +PACKAGE=python-caja; + +make -C po $PACKAGE.pot && mv po/$PACKAGE.pot . |