diff options
author | raveit65 <[email protected]> | 2018-09-13 12:04:31 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-09-13 12:04:31 +0200 |
commit | 47da0fed912b744cbbe7df9f42d3c15c59bc75fc (patch) | |
tree | 8b42765a54361c91ae798dd096d03dc20a8d2e78 /gsearchtool/makepot | |
parent | 53e41e6183b14e06b2a18c607f4ff3534b2ae2fa (diff) | |
download | mate-utils-47da0fed912b744cbbe7df9f42d3c15c59bc75fc.tar.bz2 mate-utils-47da0fed912b744cbbe7df9f42d3c15c59bc75fc.tar.xz |
tx: add mate-search-tool to transifex
Diffstat (limited to 'gsearchtool/makepot')
-rwxr-xr-x | gsearchtool/makepot | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gsearchtool/makepot b/gsearchtool/makepot new file mode 100755 index 00000000..dea98e30 --- /dev/null +++ b/gsearchtool/makepot @@ -0,0 +1,5 @@ +#! /bin/sh + +PACKAGE=mate-search-tool; + +make -C help $PACKAGE.pot && mv help/$PACKAGE.pot . |