diff options
author | raveit65 <[email protected]> | 2018-03-16 15:24:38 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-03-16 15:24:38 +0100 |
commit | 9888c14a69484aecdb48bfea6bcd562b178e9ff1 (patch) | |
tree | 1ead5b714afc4ce038d19d59de578fca8b7cbec5 /makepot | |
parent | f083448fa85fdbc18d168381734a5e027bf5a576 (diff) | |
download | mate-control-center-9888c14a69484aecdb48bfea6bcd562b178e9ff1.tar.bz2 mate-control-center-9888c14a69484aecdb48bfea6bcd562b178e9ff1.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..c61c8119 --- /dev/null +++ b/makepot @@ -0,0 +1,5 @@ +#! /bin/sh + +PACKAGE=mate-control-center; + +make -C po $PACKAGE.pot && mv po/$PACKAGE.pot . |