summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-03-15 18:45:57 +0100
committerraveit65 <[email protected]>2018-03-15 18:45:57 +0100
commit25a39e70c2c1595570557e31bb74fb36a875f363 (patch)
tree5cac9a1ad9a8505fb711442e2fae7fcdfc5547a8
parent6082649aa384178a8070fec15593536a407e6ef7 (diff)
downloadcaja-25a39e70c2c1595570557e31bb74fb36a875f363.tar.bz2
caja-25a39e70c2c1595570557e31bb74fb36a875f363.tar.xz
tx: add makepot and move .pot file to srcdir
-rw-r--r--caja.pot (renamed from po/caja.pot)0
-rwxr-xr-xmakepot5
2 files changed, 5 insertions, 0 deletions
diff --git a/po/caja.pot b/caja.pot
index ef1eda1b..ef1eda1b 100644
--- a/po/caja.pot
+++ b/caja.pot
diff --git a/makepot b/makepot
new file mode 100755
index 00000000..9a7bcf3b
--- /dev/null
+++ b/makepot
@@ -0,0 +1,5 @@
+#! /bin/sh
+
+PACKAGE=caja;
+
+make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .