diff options
author | raveit65 <[email protected]> | 2018-03-15 18:40:00 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-03-15 18:40:00 +0100 |
commit | e0c69f80861b85a1e34541875858bfbd9bdea240 (patch) | |
tree | 14eb8015b3c10dd7b89aabfef8bc2988a13b3f80 | |
parent | d4711ef37a7c14f2c2b441711b60f0432dbd600a (diff) | |
download | caja-e0c69f80861b85a1e34541875858bfbd9bdea240.tar.bz2 caja-e0c69f80861b85a1e34541875858bfbd9bdea240.tar.xz |
tx: add makepot and move .pot file to srcdir
-rw-r--r-- | caja.pot (renamed from po/caja.pot) | 0 | ||||
-rwxr-xr-x | makepot | 5 |
2 files changed, 5 insertions, 0 deletions
diff --git a/makepot b/makepot new file mode 100755 index 00000000..9a7bcf3b --- /dev/null +++ b/makepot @@ -0,0 +1,5 @@ +#! /bin/sh + +PACKAGE=caja; + +make -C po $PACKAGE.pot && mv po/$PACKAGE.pot . |