summaryrefslogtreecommitdiff
path: root/makepot
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-03-17 21:11:32 +0100
committerraveit65 <[email protected]>2018-03-17 21:11:32 +0100
commit8f396142e01ba83735dd4ae587808c342c2951de (patch)
tree30e788dc5b4ce5477339680192e71788098f596b /makepot
parent9a7733dd0d30ecdeaf46f4275b408a3a95d6cacc (diff)
downloadmate-utils-8f396142e01ba83735dd4ae587808c342c2951de.tar.bz2
mate-utils-8f396142e01ba83735dd4ae587808c342c2951de.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 .