diff options
Diffstat (limited to 'mate-dictionary/makepot')
-rwxr-xr-x | mate-dictionary/makepot | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mate-dictionary/makepot b/mate-dictionary/makepot new file mode 100755 index 00000000..3675d5af --- /dev/null +++ b/mate-dictionary/makepot @@ -0,0 +1,5 @@ +#! /bin/sh + +PACKAGE=mate-dictionary; + +make -C help $PACKAGE.pot && mv help/$PACKAGE.pot . |