diff options
author | raveit65 <[email protected]> | 2018-10-05 18:50:07 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-10-05 18:50:07 +0200 |
commit | ba75c36b8b9d44f1c09cffff0ed317fcb1f4242d (patch) | |
tree | 306448085fede9067c3c3e361f16fa9ab9ded44a /makepot | |
parent | 1917f27b3216f58a8184f5d65835dffe21052a1a (diff) | |
download | mate-system-monitor-ba75c36b8b9d44f1c09cffff0ed317fcb1f4242d.tar.bz2 mate-system-monitor-ba75c36b8b9d44f1c09cffff0ed317fcb1f4242d.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-system-monitor; +# 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 |