summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-09-26 17:27:57 +0200
committerraveit65 <[email protected]>2018-09-26 17:27:57 +0200
commit5943a4bf07f634317fd542acbf1542f27053a105 (patch)
treeaac1aac31e62b81ae949614d8b6fda51822fed5f
parent1b4ce120bae1c33f204a55602de96900ba65a80e (diff)
downloadatril-5943a4bf07f634317fd542acbf1542f27053a105.tar.bz2
atril-5943a4bf07f634317fd542acbf1542f27053a105.tar.xz
tx: fix help link of atril user-quide
fixes https://github.com/mate-desktop/atril/commit/1b4ce12
-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 38cbc436..eac51db4 100644
--- a/.tx/config
+++ b/.tx/config
@@ -10,7 +10,7 @@ minimum_perc = 2
[MATE.1-20--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 50b3100c..ee7e9478 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 11:01+0200\n"
+"POT-Creation-Date: 2018-09-26 17:25+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