summaryrefslogtreecommitdiff
path: root/makepot
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-03-15 18:53:04 +0100
committerraveit65 <[email protected]>2018-03-15 18:53:04 +0100
commit8cbc4cb3a1886a4a9b50b3a95ee9b12854b5ba4f (patch)
tree5dd9fa67a8e7e8cfe23dc6cbe93936d677ad9fd5 /makepot
parent5694951fd3159fc1e1071ee57a82f406198fae19 (diff)
downloadcaja-extensions-8cbc4cb3a1886a4a9b50b3a95ee9b12854b5ba4f.tar.bz2
caja-extensions-8cbc4cb3a1886a4a9b50b3a95ee9b12854b5ba4f.tar.xz
tx: add makepot and move .pot file to srcdir
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..01d2764
--- /dev/null
+++ b/makepot
@@ -0,0 +1,5 @@
+#! /bin/sh
+
+PACKAGE=caja-extensions;
+
+make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .