diff options
author | raveit65 <[email protected]> | 2018-03-16 13:58:59 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-03-16 13:58:59 +0100 |
commit | 3c2f9856d82f42a42732e1c813ac2ff339077ea6 (patch) | |
tree | 59752587343b6fd0bcbbd4bf1ec3081ac26ff76f /makepot | |
parent | 5989216119f488ad27daa711d98799184c8f64ae (diff) | |
download | marco-3c2f9856d82f42a42732e1c813ac2ff339077ea6.tar.bz2 marco-3c2f9856d82f42a42732e1c813ac2ff339077ea6.tar.xz |
tx: add makepot and a .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..db54c8cb --- /dev/null +++ b/makepot @@ -0,0 +1,5 @@ +#! /bin/sh + +PACKAGE=marco; + +make -C po $PACKAGE.pot && mv po/$PACKAGE.pot . |