diff options
author | raveit65 <[email protected]> | 2018-12-25 11:19:11 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-12-25 11:45:24 +0100 |
commit | 6ea2317964fad43b2cff867a1fb7c047b1cdaa98 (patch) | |
tree | 4b327036ea9279d662b6daa9ee9146e9ff85c6df /makepot | |
parent | 0d75dab9e0658ac5fd5d5a04be33acc504a7d3af (diff) | |
download | mate-user-share-6ea2317964fad43b2cff867a1fb7c047b1cdaa98.tar.bz2 mate-user-share-6ea2317964fad43b2cff867a1fb7c047b1cdaa98.tar.xz |
tx: adding help to transifex config
Diffstat (limited to 'makepot')
-rwxr-xr-x | makepot | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2,4 +2,9 @@ PACKAGE=mate-user-share; +# normal translations make -C po $PACKAGE.pot && mv po/$PACKAGE.pot . + +# translations for user-quide +rm -f help/$PACKAGE.pot && +make -C help $PACKAGE.pot |