From 5c5fc3696be23da5c13af9c79c447eb2fd7c4aae Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 4 Oct 2018 19:24:11 +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 4938967..4626645 100755 --- a/makepot +++ b/makepot @@ -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 -- cgit v1.2.1