summaryrefslogtreecommitdiff
path: root/makepot
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-03-18 17:26:56 +0100
committerraveit65 <[email protected]>2018-03-18 17:26:56 +0100
commit11ec4895850f71a78701165fd8ec04ec77b3035c (patch)
tree72c77c94b77470c63d8b88a8cbd2098d23107fd7 /makepot
parent27019fcda625cc8d98e60eb5ce25711bcb094cb2 (diff)
downloadpython-caja-11ec4895850f71a78701165fd8ec04ec77b3035c.tar.bz2
python-caja-11ec4895850f71a78701165fd8ec04ec77b3035c.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 .