diff options
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 . |