diff options
author | raveit65 <[email protected]> | 2018-03-16 13:05:06 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-03-16 13:05:06 +0100 |
commit | f05667dedd667cb1648af5fd2215361c4b608543 (patch) | |
tree | 682bb4ad86965c0d14419d7c173966fc7b8d4630 /makepot | |
parent | 8a2db6aec852d6c9e67d2b42011b26d101333dd6 (diff) | |
download | eom-f05667dedd667cb1648af5fd2215361c4b608543.tar.bz2 eom-f05667dedd667cb1648af5fd2215361c4b608543.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
@@ -0,0 +1,5 @@ +#! /bin/sh + +PACKAGE=eom; + +make -C po $PACKAGE.pot && mv po/$PACKAGE.pot . |