diff options
author | raveit65 <[email protected]> | 2018-09-13 12:48:40 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-09-13 12:48:40 +0200 |
commit | fe7626be3b3a071a4755c08188a9e24ab5e4d6ae (patch) | |
tree | d16ecabf64bfea521a12a96de882c3d7deee8dd0 /mate-dictionary/makepot | |
parent | 5326655bbf0567783f42543019a63c45bc107e04 (diff) | |
download | mate-utils-fe7626be3b3a071a4755c08188a9e24ab5e4d6ae.tar.bz2 mate-utils-fe7626be3b3a071a4755c08188a9e24ab5e4d6ae.tar.xz |
tx: add mate-dictionary help to transifex
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 . |