diff options
author | raveit65 <[email protected]> | 2018-03-16 15:14:25 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-03-16 15:14:25 +0100 |
commit | 51bfc6532319d0596f024059feee4aa9f132c1c9 (patch) | |
tree | e584867bd6c04f2acf8d9ef71ff2a12d22598a24 /makepot | |
parent | fceb9a70675f20198ccdd09dbd9f1465cc139690 (diff) | |
download | mate-calc-51bfc6532319d0596f024059feee4aa9f132c1c9.tar.bz2 mate-calc-51bfc6532319d0596f024059feee4aa9f132c1c9.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=mate-calc; + +make -C po $PACKAGE.pot && mv po/$PACKAGE.pot . |