summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-03-15 18:26:01 +0100
committerraveit65 <[email protected]>2018-03-15 18:30:45 +0100
commit83efd99baaf6e77d12b85010972c33d450e82014 (patch)
tree188ee93bcb46fcf4cfd21a3563b76879e0e0768f
parent4f0467b2254e1fc1ab79215a24b86df3ed3ade5b (diff)
downloadatril-83efd99baaf6e77d12b85010972c33d450e82014.tar.bz2
atril-83efd99baaf6e77d12b85010972c33d450e82014.tar.xz
tx: add makepot and move .pot file to srcdir
-rw-r--r--atril.pot (renamed from po/atril.pot)0
-rwxr-xr-xmakepot5
2 files changed, 5 insertions, 0 deletions
diff --git a/po/atril.pot b/atril.pot
index c401213e..c401213e 100644
--- a/po/atril.pot
+++ b/atril.pot
diff --git a/makepot b/makepot
new file mode 100755
index 00000000..2fc02fc8
--- /dev/null
+++ b/makepot
@@ -0,0 +1,5 @@
+#! /bin/sh
+
+PACKAGE=atril;
+
+make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .