From ba75c36b8b9d44f1c09cffff0ed317fcb1f4242d Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 5 Oct 2018 18:50:07 +0200 Subject: tx: add help to transifex config --- makepot | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'makepot') diff --git a/makepot b/makepot index 5400d1d..2feba30 100755 --- a/makepot +++ b/makepot @@ -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 -- cgit v1.2.1