diff options
author | raveit65 <[email protected]> | 2018-03-17 14:51:34 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-03-17 14:51:34 +0100 |
commit | 9c27bde74379cf6c78704e4971b346c3932f1a75 (patch) | |
tree | cc90300ea88c8a6a91fc709db2404bcdd260b337 /makepot | |
parent | 1822c79156a8c097537f8132c4b8c2b282a6251d (diff) | |
download | mate-polkit-9c27bde74379cf6c78704e4971b346c3932f1a75.tar.bz2 mate-polkit-9c27bde74379cf6c78704e4971b346c3932f1a75.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-polkit; + +make -C po $PACKAGE.pot && mv po/$PACKAGE.pot . |