diff options
author | raveit65 <[email protected]> | 2018-03-17 15:02:51 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-03-17 15:02:51 +0100 |
commit | 2bf6cbabb7d54406714cf6071f37429d6511f944 (patch) | |
tree | 35909ba064c75ef8f4d1b1d981da8bfa0f873e1d /makepot | |
parent | 795df5f4e60efae746a04651e93dcc32a195602a (diff) | |
download | mate-power-manager-2bf6cbabb7d54406714cf6071f37429d6511f944.tar.bz2 mate-power-manager-2bf6cbabb7d54406714cf6071f37429d6511f944.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-power-manager; + +make -C po $PACKAGE.pot && mv po/$PACKAGE.pot . |