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