diff options
author | raveit65 <[email protected]> | 2018-03-17 09:58:07 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-03-17 09:58:07 +0100 |
commit | f51e24b87babb95b39cac33b418863290d60f7a5 (patch) | |
tree | 847259e6e69036e7e9dc454acb4a60028bed13fe /makepot | |
parent | d5896d5eef29f63ca0877dd6176bf858ae5ab879 (diff) | |
download | mate-menus-f51e24b87babb95b39cac33b418863290d60f7a5.tar.bz2 mate-menus-f51e24b87babb95b39cac33b418863290d60f7a5.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-menus; + +make -C po $PACKAGE.pot && mv po/$PACKAGE.pot . |