diff options
author | raveit65 <[email protected]> | 2018-03-16 15:22:31 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-03-16 15:22:31 +0100 |
commit | 4c498854d5933a72b741d0ed76df0fa79beab881 (patch) | |
tree | 5fcfc59b4e5503e93ab66ea2dc654f7a3c2b53d7 /makepot | |
parent | 7165e06b3ba4fc9abf7508d4f599a4ea744afdf8 (diff) | |
download | mate-control-center-4c498854d5933a72b741d0ed76df0fa79beab881.tar.bz2 mate-control-center-4c498854d5933a72b741d0ed76df0fa79beab881.tar.xz |
tx: add makepot and .pot files
Diffstat (limited to 'makepot')
-rwxr-xr-x | makepot | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/makepot b/makepot new file mode 100755 index 00000000..c61c8119 --- /dev/null +++ b/makepot @@ -0,0 +1,5 @@ +#! /bin/sh + +PACKAGE=mate-control-center; + +make -C po $PACKAGE.pot && mv po/$PACKAGE.pot . |