diff options
author | raveit65 <[email protected]> | 2018-10-05 21:08:06 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-10-05 21:08:06 +0200 |
commit | 7bc3e2b152a52bbf56b3884ff4cc117fd6eb574a (patch) | |
tree | d0e369b52d62114f36c8cfda047f8f82c5e001e7 /makepot | |
parent | 9081ba937a78666df689f9bf6cdf81fa5225fbab (diff) | |
download | mate-terminal-7bc3e2b152a52bbf56b3884ff4cc117fd6eb574a.tar.bz2 mate-terminal-7bc3e2b152a52bbf56b3884ff4cc117fd6eb574a.tar.xz |
tx: add 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-terminal; +# normal translations for the package make -C po $PACKAGE.pot && mv po/$PACKAGE.pot . + +# translations for user-quide +rm -f help/$PACKAGE.pot && +make -C help $PACKAGE.pot |