summaryrefslogtreecommitdiff
path: root/makepot
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-03-15 12:02:42 +0100
committerraveit65 <[email protected]>2018-03-15 17:45:40 +0100
commit27b66bb51897f2d792f42b600a44e6f73a4f8eb9 (patch)
treedc9e7242d6a42cd871ddf2d5aee870244ecc8c82 /makepot
parent9009154ad0e97a008026c78f53e3e60f54292b00 (diff)
downloadlibmatemixer-27b66bb51897f2d792f42b600a44e6f73a4f8eb9.tar.bz2
libmatemixer-27b66bb51897f2d792f42b600a44e6f73a4f8eb9.tar.xz
tx: create a executable makepot
and move libmatemixer.pot to srcdir
Diffstat (limited to 'makepot')
-rwxr-xr-xmakepot5
1 files changed, 5 insertions, 0 deletions
diff --git a/makepot b/makepot
new file mode 100755
index 0000000..f1425c1
--- /dev/null
+++ b/makepot
@@ -0,0 +1,5 @@
+#! /bin/sh
+
+PACKAGE=libmatemixer;
+
+make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .