From a6fcd107507584bbbcb5699af1dd0b68f35e86fb Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mon, 1 Oct 2018 18:33:28 +0200 Subject: tx: add help for user-guide to transifex config --- makepot | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'makepot') diff --git a/makepot b/makepot index ae6f422..12f9dae 100755 --- a/makepot +++ b/makepot @@ -2,4 +2,9 @@ PACKAGE=mate-calc; +# 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