diff options
author | raveit65 <[email protected]> | 2018-03-17 09:45:40 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-03-17 09:45:40 +0100 |
commit | aa7394aa6ccc3fd7d33ad6d007e590b8823e9b5a (patch) | |
tree | e7c1dbd6f1faf634b143ff2bd9048081d2d9abf6 /makepot | |
parent | 35889091fca0b5e78b70c649468eba9f81640f9b (diff) | |
download | mate-media-aa7394aa6ccc3fd7d33ad6d007e590b8823e9b5a.tar.bz2 mate-media-aa7394aa6ccc3fd7d33ad6d007e590b8823e9b5a.tar.xz |
tx: add makepot and .pot files
Diffstat (limited to 'makepot')
-rwxr-xr-x | makepot | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +#! /bin/sh + +PACKAGE=mate-media; + +make -C po $PACKAGE.pot && mv po/$PACKAGE.pot . |