summaryrefslogtreecommitdiff
path: root/makepot
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-03-16 15:11:40 +0100
committerraveit65 <[email protected]>2018-03-16 15:11:40 +0100
commit39c529e6d8b866b17fc0bee437624507e773b407 (patch)
treebc179cb09df5758f08fa1695c1c3e050d15ba1dc /makepot
parenta148e5b61bf638e2bcadd7ea35ee8875477569b5 (diff)
downloadmate-calc-39c529e6d8b866b17fc0bee437624507e773b407.tar.bz2
mate-calc-39c529e6d8b866b17fc0bee437624507e773b407.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 .