From 44ccf5aed096e1c298b75d2609ffeba3ae69e14a Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 4 Oct 2018 16:48:07 +0200 Subject: tx: add m-c-c user-guide to transifex config --- makepot | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'makepot') diff --git a/makepot b/makepot index c61c8119..ae3bf2f8 100755 --- a/makepot +++ b/makepot @@ -2,4 +2,9 @@ PACKAGE=mate-control-center; +# 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