diff options
author | raveit65 <[email protected]> | 2018-03-17 15:29:43 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-03-17 15:29:43 +0100 |
commit | 56dc05246b8613c6195c0c7b1e17f154ad2246b7 (patch) | |
tree | 1113f0f6405efde66ddaa3884f7ce12bfc046e64 /makepot | |
parent | 61b1c0b8d7c0c9024cade7ab31871a102567cfbf (diff) | |
download | mate-session-manager-56dc05246b8613c6195c0c7b1e17f154ad2246b7.tar.bz2 mate-session-manager-56dc05246b8613c6195c0c7b1e17f154ad2246b7.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-session-manager; + +make -C po $PACKAGE.pot && mv po/$PACKAGE.pot . |