summaryrefslogtreecommitdiff
path: root/makepot
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-03-17 19:58:01 +0100
committerraveit65 <[email protected]>2018-03-17 19:58:01 +0100
commitf61f1788e015e987b24b4bff8474872cfd6fa7e5 (patch)
treeeadc3a6efedfafd843e476e425e5d4ff92aac878 /makepot
parentb84724d58937f7ead7164e3189b700af33cf2c71 (diff)
downloadmate-terminal-f61f1788e015e987b24b4bff8474872cfd6fa7e5.tar.bz2
mate-terminal-f61f1788e015e987b24b4bff8474872cfd6fa7e5.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 .