From fe2e9e172526c98f0143c569669ba883c21e8c5c Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 26 Sep 2018 17:18:00 +0200 Subject: tx: fix help link to atril user-guide fixes https://github.com/mate-desktop/atril/commit/e6322d0 --- makepot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makepot') diff --git a/makepot b/makepot index 5f69c26e..ad1ef477 100755 --- a/makepot +++ b/makepot @@ -1,9 +1,9 @@ #! /bin/sh PACKAGE=atril; -PACKAGE_GUIDE=atril-user-quide; # normal translations make -C po $PACKAGE.pot && mv po/$PACKAGE.pot . + # translations for user-quide -make -C help $PACKAGE_GUIDE.pot && mv help/$PACKAGE_GUIDE.pot . +make -C help $PACKAGE.pot -- cgit v1.2.1