summaryrefslogtreecommitdiff
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
parentbc13a71248f794032941d2b62cc93fbb998913e3 (diff)
downloadlibmatekbd-f8f2441d32210664b3e300fef087dadca38de6cd.tar.bz2
libmatekbd-f8f2441d32210664b3e300fef087dadca38de6cd.tar.xz
tx: add makepot and move .pot file to srcdir
-rw-r--r--libmatekbd.pot (renamed from po/libmatekbd.pot)0
-rwxr-xr-xmakepot5
2 files changed, 5 insertions, 0 deletions
diff --git a/po/libmatekbd.pot b/libmatekbd.pot
index f04a0d9..f04a0d9 100644
--- a/po/libmatekbd.pot
+++ b/libmatekbd.pot
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 .