summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-03-16 13:05:06 +0100
committerraveit65 <[email protected]>2018-03-16 13:05:06 +0100
commitf05667dedd667cb1648af5fd2215361c4b608543 (patch)
tree682bb4ad86965c0d14419d7c173966fc7b8d4630
parent8a2db6aec852d6c9e67d2b42011b26d101333dd6 (diff)
downloadeom-f05667dedd667cb1648af5fd2215361c4b608543.tar.bz2
eom-f05667dedd667cb1648af5fd2215361c4b608543.tar.xz
tx: add makepot and move .pot file to srcdir
-rw-r--r--eom.pot (renamed from po/eom.pot)0
-rwxr-xr-xmakepot5
2 files changed, 5 insertions, 0 deletions
diff --git a/po/eom.pot b/eom.pot
index 2325f87..2325f87 100644
--- a/po/eom.pot
+++ b/eom.pot
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 .