diff options
author | raveit65 <[email protected]> | 2018-03-16 13:42:31 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-03-16 13:42:31 +0100 |
commit | 730af5a58a8838808c2681df467d56571978b7d4 (patch) | |
tree | cf4c819f03099f052091a3e9f744e66639aec8ba | |
parent | fd6ddb1ec5564e41a670cb4d648e7022505c6234 (diff) | |
download | libmateweather-730af5a58a8838808c2681df467d56571978b7d4.tar.bz2 libmateweather-730af5a58a8838808c2681df467d56571978b7d4.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 e00f7ba..e00f7ba 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 . |