summaryrefslogtreecommitdiff
path: root/makepot
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-03-17 08:56:24 +0100
committerraveit65 <[email protected]>2018-03-17 08:56:24 +0100
commit13ba6dcc132681a63a694e9c879f5924522e3163 (patch)
tree22877a0ea3bf42e07fcfcea0e2ff2cf8f3f73438 /makepot
parent4ae8d1d4fe9d555c8546f36e2fb2ec7a580227bc (diff)
downloadmate-desktop-13ba6dcc132681a63a694e9c879f5924522e3163.tar.bz2
mate-desktop-13ba6dcc132681a63a694e9c879f5924522e3163.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..eb205d3
--- /dev/null
+++ b/makepot
@@ -0,0 +1,5 @@
+#! /bin/sh
+
+PACKAGE=mate-desktop;
+
+make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .