diff options
author | raveit65 <[email protected]> | 2018-03-17 21:11:32 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-03-17 21:11:32 +0100 |
commit | 8f396142e01ba83735dd4ae587808c342c2951de (patch) | |
tree | 30e788dc5b4ce5477339680192e71788098f596b /makepot | |
parent | 9a7733dd0d30ecdeaf46f4275b408a3a95d6cacc (diff) | |
download | mate-utils-8f396142e01ba83735dd4ae587808c342c2951de.tar.bz2 mate-utils-8f396142e01ba83735dd4ae587808c342c2951de.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 . |