summaryrefslogtreecommitdiff
path: root/makepot
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-03-18 17:19:16 +0100
committerraveit65 <[email protected]>2018-03-18 17:19:16 +0100
commit67ca1fcf5fe0545389fcca8f302d8b142dfd6665 (patch)
tree2d57cfc158db730b81b8c8b71b98803abeb1528a /makepot
parentff705d77ad2568587f9807f7afa8203914681454 (diff)
downloadpluma-67ca1fcf5fe0545389fcca8f302d8b142dfd6665.tar.bz2
pluma-67ca1fcf5fe0545389fcca8f302d8b142dfd6665.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 00000000..28cb0989
--- /dev/null
+++ b/makepot
@@ -0,0 +1,5 @@
+#! /bin/sh
+
+PACKAGE=pluma;
+
+make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .