diff options
author | raveit65 <[email protected]> | 2018-03-15 18:26:01 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-03-15 18:30:45 +0100 |
commit | 83efd99baaf6e77d12b85010972c33d450e82014 (patch) | |
tree | 188ee93bcb46fcf4cfd21a3563b76879e0e0768f /makepot | |
parent | 4f0467b2254e1fc1ab79215a24b86df3ed3ade5b (diff) | |
download | atril-83efd99baaf6e77d12b85010972c33d450e82014.tar.bz2 atril-83efd99baaf6e77d12b85010972c33d450e82014.tar.xz |
tx: add makepot and move .pot file to srcdir
Diffstat (limited to 'makepot')
-rwxr-xr-x | makepot | 5 |
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 . |