From 67e21ea1fadac11b2aef67e4744901706295a5c0 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 23 Sep 2018 14:27:34 +0200 Subject: tx: simplify source (.pot) file generation --- makepot | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'makepot') diff --git a/makepot b/makepot index 160890f..63248d3 100755 --- a/makepot +++ b/makepot @@ -1,7 +1,10 @@ #! /bin/sh PACKAGE=mate-user-guide; +PACKAGE_CONTENT=mate-user-guide-content; +# normal translations for the package make -C po $PACKAGE.pot && mv po/$PACKAGE.pot . -make -C $PACKAGE $PACKAGE.pot +# translations for the quide itself +make -C $PACKAGE $PACKAGE_CONTENT.pot && mv $PACKAGE/$PACKAGE_CONTENT.pot . -- cgit v1.2.1