diff options
author | raveit65 <[email protected]> | 2018-09-26 17:18:00 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-09-26 17:18:00 +0200 |
commit | fe2e9e172526c98f0143c569669ba883c21e8c5c (patch) | |
tree | a9148d7bf94835d31047551e1073de119ddb1365 /makepot | |
parent | e6322d0eaa40fbbbe47167d55cb0a537d6e5aee0 (diff) | |
download | atril-fe2e9e172526c98f0143c569669ba883c21e8c5c.tar.bz2 atril-fe2e9e172526c98f0143c569669ba883c21e8c5c.tar.xz |
tx: fix help link to atril user-guide
fixes https://github.com/mate-desktop/atril/commit/e6322d0
Diffstat (limited to 'makepot')
-rwxr-xr-x | makepot | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |