summaryrefslogtreecommitdiff
path: root/makepot
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-03-18 16:56:00 +0100
committerraveit65 <[email protected]>2018-03-18 16:56:00 +0100
commit3d47019d4eef9e3d735099b16a70b644bb3e229d (patch)
tree836b0ad6766d46a97c92f26f0ec491e2b1ca21fc /makepot
parentdbae4a6596c9a62b5894f1234e63520cd3cefcfe (diff)
downloadmozo-3d47019d4eef9e3d735099b16a70b644bb3e229d.tar.bz2
mozo-3d47019d4eef9e3d735099b16a70b644bb3e229d.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 .