summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-03-16 13:42:31 +0100
committerraveit65 <[email protected]>2018-03-16 13:42:31 +0100
commit730af5a58a8838808c2681df467d56571978b7d4 (patch)
treecf4c819f03099f052091a3e9f744e66639aec8ba
parentfd6ddb1ec5564e41a670cb4d648e7022505c6234 (diff)
downloadlibmateweather-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-xmakepot5
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
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 .