From 730af5a58a8838808c2681df467d56571978b7d4 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 16 Mar 2018 13:42:31 +0100 Subject: tx: add makepot and move .pot file to srcdir --- makepot | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 makepot (limited to 'makepot') diff --git a/makepot b/makepot new file mode 100755 index 0000000..35351ee --- /dev/null +++ b/makepot @@ -0,0 +1,5 @@ +#! /bin/sh + +PACKAGE=libmateweather; + +make -C po $PACKAGE.pot && mv po/$PACKAGE.pot . -- cgit v1.2.1