summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-03-16 12:49:07 +0100
committerraveit65 <[email protected]>2018-03-16 12:49:07 +0100
commitfae353574ee3269436749b9704d81b039f67cef7 (patch)
treee663831a3effa9c1946b11009d8269266b493176
parent2dd83a7f657daf8a8d12e50a95419927392f313b (diff)
downloadengrampa-fae353574ee3269436749b9704d81b039f67cef7.tar.bz2
engrampa-fae353574ee3269436749b9704d81b039f67cef7.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 13e2103..13e2103 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 .