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 | |
parent | 7abe17a36a94d3bbaaf244a27d2ec0737414fabd (diff) | |
download | libmateweather-c8d9ca42d93663aa9bea6bd67cd291d45bd5dfa3.tar.bz2 libmateweather-c8d9ca42d93663aa9bea6bd67cd291d45bd5dfa3.tar.xz |
tx: add makepot and move .pot file to srcdir
-rw-r--r-- | libmateweather.pot (renamed from po/libmateweather.pot) | 0 | ||||
-rwxr-xr-x | makepot | 5 |
2 files changed, 5 insertions, 0 deletions
diff --git a/po/libmateweather.pot b/libmateweather.pot index 5513a9e..5513a9e 100644 --- a/po/libmateweather.pot +++ b/libmateweather.pot @@ -0,0 +1,5 @@ +#! /bin/sh + +PACKAGE=libmateweather; + +make -C po $PACKAGE.pot && mv po/$PACKAGE.pot . |