From 592f10d8e8328c70b69b29ddfec0bf073ed11136 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 25 Dec 2018 11:19:11 +0100 Subject: tx: adding help to transifex config --- makepot | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'makepot') diff --git a/makepot b/makepot index 48bcc54..c8ced12 100755 --- a/makepot +++ b/makepot @@ -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 -- cgit v1.2.1