summaryrefslogtreecommitdiff
path: root/makepot
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-03-17 08:58:11 +0100
committerraveit65 <[email protected]>2018-03-17 08:58:11 +0100
commita4973df23148821ab4a090d48df2fb75b058c302 (patch)
tree99e990a951e46d42a9d273752e9a046eff3cf970 /makepot
parent2059f58144696c61f986cd6e0ee6e8407f51d3e5 (diff)
downloadmate-desktop-a4973df23148821ab4a090d48df2fb75b058c302.tar.bz2
mate-desktop-a4973df23148821ab4a090d48df2fb75b058c302.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 .