diff options
author | raveit65 <[email protected]> | 2018-03-17 21:07:18 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-03-17 21:07:18 +0100 |
commit | 57a1a69a46d6709240347a641d501231ae961ada (patch) | |
tree | 136e242b1a895ca0cc65a7e699523eba778971f1 /makepot | |
parent | 7f98287838c326fb7b1148c25fde0cbc895171b2 (diff) | |
download | mate-utils-57a1a69a46d6709240347a641d501231ae961ada.tar.bz2 mate-utils-57a1a69a46d6709240347a641d501231ae961ada.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..66a41f6d --- /dev/null +++ b/makepot @@ -0,0 +1,5 @@ +#! /bin/sh + +PACKAGE=mate-utils; + +make -C po $PACKAGE.pot && mv po/$PACKAGE.pot . |