summaryrefslogtreecommitdiff
path: root/makepot
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-03-17 19:53:41 +0100
committerraveit65 <[email protected]>2018-03-17 19:53:41 +0100
commit133bd79b018938b35572dcca8c6493eba6942798 (patch)
tree8d554532e1545b6c47edb41d6ab6fe5ee9a0b861 /makepot
parentdbea92814a2377767e02986b65df079112fdca75 (diff)
downloadmate-terminal-133bd79b018938b35572dcca8c6493eba6942798.tar.bz2
mate-terminal-133bd79b018938b35572dcca8c6493eba6942798.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..1ac5ee1
--- /dev/null
+++ b/makepot
@@ -0,0 +1,5 @@
+#! /bin/sh
+
+PACKAGE=mate-terminal;
+
+make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .