summaryrefslogtreecommitdiff
path: root/makepot
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-03-16 13:31:41 +0100
committerraveit65 <[email protected]>2018-03-16 13:33:03 +0100
commit1a5cc46600ee50003ec4ceee0aa2e09784ba70fa (patch)
tree9a90e8febfac0c2aaeb3aaa92de1cc5ae59f1dc9 /makepot
parent1ca9b13480d699ca5777e60f3a2bea5fbd8c6e50 (diff)
downloadlibmatekbd-1a5cc46600ee50003ec4ceee0aa2e09784ba70fa.tar.bz2
libmatekbd-1a5cc46600ee50003ec4ceee0aa2e09784ba70fa.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 .