summaryrefslogtreecommitdiff
path: root/makepot
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-03-16 14:03:16 +0100
committerraveit65 <[email protected]>2018-03-16 14:03:16 +0100
commit61686208e5acd2867c14370c751efb2b07eba537 (patch)
tree364ea711bf1bbc26d899349dd434b170368fe21a /makepot
parentff52d7bc695ffe7070ae2e229c35568bb0125d9f (diff)
downloadmarco-61686208e5acd2867c14370c751efb2b07eba537.tar.bz2
marco-61686208e5acd2867c14370c751efb2b07eba537.tar.xz
tx: add makepot and .pot files 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 00000000..db54c8cb
--- /dev/null
+++ b/makepot
@@ -0,0 +1,5 @@
+#! /bin/sh
+
+PACKAGE=marco;
+
+make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .