summaryrefslogtreecommitdiff
path: root/makepot
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 /makepot
parent4f0467b2254e1fc1ab79215a24b86df3ed3ade5b (diff)
downloadatril-83efd99baaf6e77d12b85010972c33d450e82014.tar.bz2
atril-83efd99baaf6e77d12b85010972c33d450e82014.tar.xz
tx: add makepot and move .pot file to srcdir
Diffstat (limited to 'makepot')
-rwxr-xr-xmakepot5
1 files changed, 5 insertions, 0 deletions
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 .