diff options
author | raveit65 <[email protected]> | 2018-10-04 16:42:32 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-10-04 16:42:32 +0200 |
commit | d5d8de6635f04554c6200a5f8db5d81d9325a660 (patch) | |
tree | 40cd14bd1a7f662afae4d8b18c8921804b8678c6 /makepot | |
parent | 1034ff7bd6c83724b1d64f6000e62e9e451decbe (diff) | |
download | mate-control-center-d5d8de6635f04554c6200a5f8db5d81d9325a660.tar.bz2 mate-control-center-d5d8de6635f04554c6200a5f8db5d81d9325a660.tar.xz |
tx: add m-c-c user-guide 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-control-center; +# 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 |