summaryrefslogtreecommitdiff
path: root/makepot
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-03-16 13:27:18 +0100
committerraveit65 <[email protected]>2018-03-16 13:27:18 +0100
commitf8f2441d32210664b3e300fef087dadca38de6cd (patch)
tree002633884c6ae030c7eddacd371f0fd4d26e8004 /makepot
parentbc13a71248f794032941d2b62cc93fbb998913e3 (diff)
downloadlibmatekbd-f8f2441d32210664b3e300fef087dadca38de6cd.tar.bz2
libmatekbd-f8f2441d32210664b3e300fef087dadca38de6cd.tar.xz
tx: add makepot and move .pot file 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..9663494
--- /dev/null
+++ b/makepot
@@ -0,0 +1,5 @@
+#! /bin/sh
+
+PACKAGE=libmatekbd;
+
+make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .