summaryrefslogtreecommitdiff
path: root/makepot
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-03-16 13:19:07 +0100
committerraveit65 <[email protected]>2018-03-16 13:19:07 +0100
commit8a50976c1b422e28288717ad1f709f27f96f89a3 (patch)
tree5d11bef89ed0f629494f9ad68225b61393b3a213 /makepot
parentdea8a3670f3db6bcf7e3a5a58669e1b6d4356bd2 (diff)
downloadeom-8a50976c1b422e28288717ad1f709f27f96f89a3.tar.bz2
eom-8a50976c1b422e28288717ad1f709f27f96f89a3.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..5b8c0fd
--- /dev/null
+++ b/makepot
@@ -0,0 +1,5 @@
+#! /bin/sh
+
+PACKAGE=eom;
+
+make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .