summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-09-26 17:18:00 +0200
committerraveit65 <[email protected]>2018-09-26 17:18:00 +0200
commitfe2e9e172526c98f0143c569669ba883c21e8c5c (patch)
treea9148d7bf94835d31047551e1073de119ddb1365
parente6322d0eaa40fbbbe47167d55cb0a537d6e5aee0 (diff)
downloadatril-fe2e9e172526c98f0143c569669ba883c21e8c5c.tar.bz2
atril-fe2e9e172526c98f0143c569669ba883c21e8c5c.tar.xz
tx: fix help link to atril user-guide
fixes https://github.com/mate-desktop/atril/commit/e6322d0
-rw-r--r--.tx/config2
-rw-r--r--help/Makefile.am2
-rw-r--r--help/atril.pot (renamed from atril-user-quide.pot)2
-rwxr-xr-xmakepot4
4 files changed, 5 insertions, 5 deletions
diff --git a/.tx/config b/.tx/config
index 7b9e3eb7..c22b8475 100644
--- a/.tx/config
+++ b/.tx/config
@@ -10,7 +10,7 @@ minimum_perc = 2
[MATE.master--atril-user-quide]
file_filter = help/<lang>/<lang>.po
-source_file = atril-user-quide.pot
+source_file = help/atril.pot
source_lang = en
type = PO
minimum_perc = 2
diff --git a/help/Makefile.am b/help/Makefile.am
index 16e50611..d847b21d 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -2,7 +2,7 @@ SUBDIRS = reference
@YELP_HELP_RULES@
-HELP_ID = atril-user-quide
+HELP_ID = atril
HELP_FILES = index.docbook legal.xml
HELP_MEDIA = figures/atril_start_window.png
diff --git a/atril-user-quide.pot b/help/atril.pot
index 7236ea99..73358bce 100644
--- a/atril-user-quide.pot
+++ b/help/atril.pot
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: MATE Desktop Environment\n"
-"POT-Creation-Date: 2018-09-18 10:54+0200\n"
+"POT-Creation-Date: 2018-09-26 17:11+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
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