summaryrefslogtreecommitdiff
path: root/makepot
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-03-17 21:07:18 +0100
committerraveit65 <[email protected]>2018-03-17 21:07:18 +0100
commit57a1a69a46d6709240347a641d501231ae961ada (patch)
tree136e242b1a895ca0cc65a7e699523eba778971f1 /makepot
parent7f98287838c326fb7b1148c25fde0cbc895171b2 (diff)
downloadmate-utils-57a1a69a46d6709240347a641d501231ae961ada.tar.bz2
mate-utils-57a1a69a46d6709240347a641d501231ae961ada.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 00000000..66a41f6d
--- /dev/null
+++ b/makepot
@@ -0,0 +1,5 @@
+#! /bin/sh
+
+PACKAGE=mate-utils;
+
+make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .