summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-03-16 13:45:50 +0100
committerraveit65 <[email protected]>2018-03-16 13:45:50 +0100
commitc8d9ca42d93663aa9bea6bd67cd291d45bd5dfa3 (patch)
treebe72737bb4a3ad6c2d08c3a5fd8f11b3714a6b2d
parent7abe17a36a94d3bbaaf244a27d2ec0737414fabd (diff)
downloadlibmateweather-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-xmakepot5
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
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 .