summaryrefslogtreecommitdiff
path: root/makepot
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-03-16 15:14:25 +0100
committerraveit65 <[email protected]>2018-03-16 15:14:25 +0100
commit51bfc6532319d0596f024059feee4aa9f132c1c9 (patch)
treee584867bd6c04f2acf8d9ef71ff2a12d22598a24 /makepot
parentfceb9a70675f20198ccdd09dbd9f1465cc139690 (diff)
downloadmate-calc-51bfc6532319d0596f024059feee4aa9f132c1c9.tar.bz2
mate-calc-51bfc6532319d0596f024059feee4aa9f132c1c9.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..ae6f422
--- /dev/null
+++ b/makepot
@@ -0,0 +1,5 @@
+#! /bin/sh
+
+PACKAGE=mate-calc;
+
+make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .