diff options
author | raveit65 <[email protected]> | 2018-03-16 14:03:16 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-03-16 14:03:16 +0100 |
commit | 61686208e5acd2867c14370c751efb2b07eba537 (patch) | |
tree | 364ea711bf1bbc26d899349dd434b170368fe21a /makepot | |
parent | ff52d7bc695ffe7070ae2e229c35568bb0125d9f (diff) | |
download | marco-61686208e5acd2867c14370c751efb2b07eba537.tar.bz2 marco-61686208e5acd2867c14370c751efb2b07eba537.tar.xz |
tx: add makepot and .pot files 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 . |