diff options
author | raveit65 <[email protected]> | 2018-03-17 14:44:17 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-03-17 14:44:17 +0100 |
commit | ef29ff15c72b8a0eeba6c37ef017edd554421a4b (patch) | |
tree | 030270ca853967aab04bef3a45dd509cac927b86 /makepot | |
parent | 77fdffd8d8f7fd8e9f650c1c3ec869205fe84400 (diff) | |
download | mate-panel-ef29ff15c72b8a0eeba6c37ef017edd554421a4b.tar.bz2 mate-panel-ef29ff15c72b8a0eeba6c37ef017edd554421a4b.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..9e8e6c97 --- /dev/null +++ b/makepot @@ -0,0 +1,5 @@ +#! /bin/sh + +PACKAGE=mate-panel; + +make -C po $PACKAGE.pot && mv po/$PACKAGE.pot . |