diff options
author | raveit65 <[email protected]> | 2018-03-17 19:53:41 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-03-17 19:53:41 +0100 |
commit | 133bd79b018938b35572dcca8c6493eba6942798 (patch) | |
tree | 8d554532e1545b6c47edb41d6ab6fe5ee9a0b861 /makepot | |
parent | dbea92814a2377767e02986b65df079112fdca75 (diff) | |
download | mate-terminal-133bd79b018938b35572dcca8c6493eba6942798.tar.bz2 mate-terminal-133bd79b018938b35572dcca8c6493eba6942798.tar.xz |
tx: add makepot and .pot files
Diffstat (limited to 'makepot')
-rwxr-xr-x | makepot | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +#! /bin/sh + +PACKAGE=mate-terminal; + +make -C po $PACKAGE.pot && mv po/$PACKAGE.pot . |