diff options
author | raveit65 <[email protected]> | 2018-10-04 19:24:11 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-10-04 19:24:11 +0200 |
commit | 5c5fc3696be23da5c13af9c79c447eb2fd7c4aae (patch) | |
tree | 218fb76d8cad8ba31c26902c904182e466518e52 /makepot | |
parent | 66f1050a7da8d68494c3cd74e0f9601419f3e13a (diff) | |
download | mate-sensors-applet-5c5fc3696be23da5c13af9c79c447eb2fd7c4aae.tar.bz2 mate-sensors-applet-5c5fc3696be23da5c13af9c79c447eb2fd7c4aae.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-sensors-applet; +# 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 |