diff options
author | raveit65 <[email protected]> | 2018-12-25 11:19:11 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-12-25 11:27:24 +0100 |
commit | 592f10d8e8328c70b69b29ddfec0bf073ed11136 (patch) | |
tree | 34c9614f3c7dfda340eb53bbb741dfc7aa7a627f /makepot | |
parent | 55454761f641dcad4bd9f59fab09eb9837343070 (diff) | |
download | mate-user-share-592f10d8e8328c70b69b29ddfec0bf073ed11136.tar.bz2 mate-user-share-592f10d8e8328c70b69b29ddfec0bf073ed11136.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 |