summaryrefslogtreecommitdiff
path: root/makepot
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-03-18 18:01:05 +0100
committerraveit65 <[email protected]>2018-03-18 18:01:05 +0100
commit09e3ebdf1585a5fded8f064b48b9c8984bf41924 (patch)
tree58c08569287fc9cf10fbafafc4f3b298ce53c50d /makepot
parent2646a7cd6a3db62c1042bdc2d08fe8600500533f (diff)
downloadmate-user-guide-09e3ebdf1585a5fded8f064b48b9c8984bf41924.tar.bz2
mate-user-guide-09e3ebdf1585a5fded8f064b48b9c8984bf41924.tar.xz
tx: add makepot and .pot files
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