diff options
author | raveit65 <[email protected]> | 2018-10-04 19:39:18 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-10-04 19:39:18 +0200 |
commit | 443e594b2eb8c72019a3a9e0c834c2d7d876b699 (patch) | |
tree | ae24c1f32aa25a950fd9047d33aa4fc4e02986d8 /makepot | |
parent | 68015e19fba87ce2e2f209de0e20485571884557 (diff) | |
download | mate-sensors-applet-443e594b2eb8c72019a3a9e0c834c2d7d876b699.tar.bz2 mate-sensors-applet-443e594b2eb8c72019a3a9e0c834c2d7d876b699.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 |