summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-03-16 12:42:46 +0100
committerraveit65 <[email protected]>2018-03-16 12:44:13 +0100
commit3d1c408a7e9a8cbee17b010b82b8bcee33f32d80 (patch)
tree240f1744421d76582672a7b90e4de07054c834db
parentc5a704d6f4941414eda93287ae29bc76d975f7bf (diff)
downloadengrampa-3d1c408a7e9a8cbee17b010b82b8bcee33f32d80.tar.bz2
engrampa-3d1c408a7e9a8cbee17b010b82b8bcee33f32d80.tar.xz
tx: add makepot and move .pot file to srcdir
-rw-r--r--engrampa.pot (renamed from po/engrampa.pot)0
-rwxr-xr-xmakepot5
2 files changed, 5 insertions, 0 deletions
diff --git a/po/engrampa.pot b/engrampa.pot
index 7f66e52..7f66e52 100644
--- a/po/engrampa.pot
+++ b/engrampa.pot
diff --git a/makepot b/makepot
new file mode 100755
index 0000000..dd77567
--- /dev/null
+++ b/makepot
@@ -0,0 +1,5 @@
+#! /bin/sh
+
+PACKAGE=engrampa;
+
+make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .