summaryrefslogtreecommitdiff
path: root/makepot
diff options
context:
space:
mode:
Diffstat (limited to 'makepot')
-rwxr-xr-xmakepot7
1 files changed, 7 insertions, 0 deletions
diff --git a/makepot b/makepot
new file mode 100755
index 0000000..160890f
--- /dev/null
+++ b/makepot
@@ -0,0 +1,7 @@
+#! /bin/sh
+
+PACKAGE=mate-user-guide;
+
+make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .
+
+make -C $PACKAGE $PACKAGE.pot