diff options
author | raveit65 <[email protected]> | 2018-09-13 12:52:44 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-09-13 12:52:44 +0200 |
commit | 86ecc805248d82f70b25d52c1ec49cbc12987d65 (patch) | |
tree | 64c58926bc5b7260619777022c80b81be6bc0b9c /mate-dictionary/makepot | |
parent | 427939e98ea4274c5773bf00477f8f7557f1bc18 (diff) | |
download | mate-utils-86ecc805248d82f70b25d52c1ec49cbc12987d65.tar.bz2 mate-utils-86ecc805248d82f70b25d52c1ec49cbc12987d65.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 . |