From 47da0fed912b744cbbe7df9f42d3c15c59bc75fc Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 13 Sep 2018 12:04:31 +0200 Subject: tx: add mate-search-tool to transifex --- gsearchtool/makepot | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 gsearchtool/makepot (limited to 'gsearchtool/makepot') 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 . -- cgit v1.2.1