summaryrefslogtreecommitdiff
path: root/makepot
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-03-18 16:58:17 +0100
committerraveit65 <[email protected]>2018-03-18 16:58:17 +0100
commit9179c7277b76c7045411b07d8b3c788ae0c61bbb (patch)
tree0c671eb4598406d1be9d098c3cd88c89f2034ec7 /makepot
parenteb798b595780470bd3a81203ff1198c3d91f7671 (diff)
downloadmozo-9179c7277b76c7045411b07d8b3c788ae0c61bbb.tar.bz2
mozo-9179c7277b76c7045411b07d8b3c788ae0c61bbb.tar.xz
tx: add makepot and .pot files
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..feb422a
--- /dev/null
+++ b/makepot
@@ -0,0 +1,5 @@
+#! /bin/sh
+
+PACKAGE=mozo;
+
+make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .