diff options
author | raveit65 <[email protected]> | 2018-06-03 14:00:04 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-06-03 14:00:04 +0200 |
commit | eb7ef92c801dbede7e1f3b4880b9d147389e18f1 (patch) | |
tree | 9c482f44c9b9fcd75561bbdc31aa5d74be70c696 | |
parent | a096d63950a6c97448c0eb992449d6df8eaaf83b (diff) | |
download | mate-themes-eb7ef92c801dbede7e1f3b4880b9d147389e18f1.tar.bz2 mate-themes-eb7ef92c801dbede7e1f3b4880b9d147389e18f1.tar.xz |
add 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..25e25d56 --- /dev/null +++ b/makepot @@ -0,0 +1,5 @@ +#! /bin/sh + +PACKAGE=mate-themes; + +make -C po $PACKAGE.pot && mv po/$PACKAGE.pot . |