diff options
author | raveit65 <[email protected]> | 2018-03-16 13:45:50 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-03-16 13:45:50 +0100 |
commit | c8d9ca42d93663aa9bea6bd67cd291d45bd5dfa3 (patch) | |
tree | be72737bb4a3ad6c2d08c3a5fd8f11b3714a6b2d /makepot | |
parent | 7abe17a36a94d3bbaaf244a27d2ec0737414fabd (diff) | |
download | libmateweather-c8d9ca42d93663aa9bea6bd67cd291d45bd5dfa3.tar.bz2 libmateweather-c8d9ca42d93663aa9bea6bd67cd291d45bd5dfa3.tar.xz |
tx: add makepot and move .pot file to srcdir
Diffstat (limited to 'makepot')
-rwxr-xr-x | makepot | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +#! /bin/sh + +PACKAGE=libmateweather; + +make -C po $PACKAGE.pot && mv po/$PACKAGE.pot . |