summaryrefslogtreecommitdiff
path: root/makepot
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-03-17 09:45:40 +0100
committerraveit65 <[email protected]>2018-03-17 09:45:40 +0100
commitaa7394aa6ccc3fd7d33ad6d007e590b8823e9b5a (patch)
treee7c1dbd6f1faf634b143ff2bd9048081d2d9abf6 /makepot
parent35889091fca0b5e78b70c649468eba9f81640f9b (diff)
downloadmate-media-aa7394aa6ccc3fd7d33ad6d007e590b8823e9b5a.tar.bz2
mate-media-aa7394aa6ccc3fd7d33ad6d007e590b8823e9b5a.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..41dc7ef
--- /dev/null
+++ b/makepot
@@ -0,0 +1,5 @@
+#! /bin/sh
+
+PACKAGE=mate-media;
+
+make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .