diff options
author | raveit65 <[email protected]> | 2018-03-17 10:10:44 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-03-17 10:10:44 +0100 |
commit | cdf387366dc0969807317813d21fa9c4daac7cea (patch) | |
tree | 90f49f368b5c43a5e099b3c66619c4d4114b1beb /makepot | |
parent | 6c25a733a67f23e0d8ed9e7292ee2d3940d3c916 (diff) | |
download | mate-netbook-cdf387366dc0969807317813d21fa9c4daac7cea.tar.bz2 mate-netbook-cdf387366dc0969807317813d21fa9c4daac7cea.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-netbook; + +make -C po $PACKAGE.pot && mv po/$PACKAGE.pot . |