diff options
author | raveit65 <[email protected]> | 2018-03-16 14:43:03 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-03-16 14:43:03 +0100 |
commit | 0cc37259113a268d4e64eafbb4b715dd2eb48d57 (patch) | |
tree | 5cbf3a7c967f5ab3c5545c1267ba96810d047957 /makepot | |
parent | ba596c20c4cf12ccbd185db6f1b42b8148b76bf9 (diff) | |
download | mate-applets-0cc37259113a268d4e64eafbb4b715dd2eb48d57.tar.bz2 mate-applets-0cc37259113a268d4e64eafbb4b715dd2eb48d57.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..5d4f9057 --- /dev/null +++ b/makepot @@ -0,0 +1,5 @@ +#! /bin/sh + +PACKAGE=mate-applets; + +make -C po $PACKAGE.pot && mv po/$PACKAGE.pot . |