summaryrefslogtreecommitdiff
path: root/makepot
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-03-18 17:28:40 +0100
committerraveit65 <[email protected]>2018-03-18 17:28:40 +0100
commitc8af35e24c2b27df3d22fcfc03b7d59b3edc9b18 (patch)
tree7185fdac4b5a8f561a6eabef73bf83e1af244ce9 /makepot
parentba72b87d49ead68c5a0db5b930d17f1115674605 (diff)
downloadpython-caja-c8af35e24c2b27df3d22fcfc03b7d59b3edc9b18.tar.bz2
python-caja-c8af35e24c2b27df3d22fcfc03b7d59b3edc9b18.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..0fa4ecd
--- /dev/null
+++ b/makepot
@@ -0,0 +1,5 @@
+#! /bin/sh
+
+PACKAGE=python-caja;
+
+make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .