From 1420f75d990f78a185b1e62bfa4804c788f62127 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 19 Mar 2022 20:04:25 +0000 Subject: texdoc (18mar22) (branch) git-svn-id: svn://tug.org/texlive/branches/branch2021.final@62816 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/man/man1/texdoc.1 | 2 +- Master/texmf-dist/doc/man/man1/texdoc.man1.pdf | Bin 27009 -> 27010 bytes Master/texmf-dist/doc/support/texdoc/NEWS | 4 ++++ Master/texmf-dist/doc/support/texdoc/texdoc.pdf | Bin 84307 -> 84314 bytes Master/texmf-dist/doc/support/texdoc/texdoc.tex | 2 +- .../texmf-dist/scripts/texdoc/texdoclib-const.tlu | 4 ++-- .../texmf-dist/scripts/texdoc/texdoclib-score.tlu | 4 ++-- 7 files changed, 10 insertions(+), 6 deletions(-) diff --git a/Master/texmf-dist/doc/man/man1/texdoc.1 b/Master/texmf-dist/doc/man/man1/texdoc.1 index c92bd7ccb20..e614721b832 100644 --- a/Master/texmf-dist/doc/man/man1/texdoc.1 +++ b/Master/texmf-dist/doc/man/man1/texdoc.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "TEXDOC" "1" "March 2022" "Texdoc 3.4" "Texdoc manual" +.TH "TEXDOC" "1" "March 2022" "Texdoc 3.4.1" "Texdoc manual" . .SH "NAME" \fBtexdoc\fR \- find & view documentation in TeX Live diff --git a/Master/texmf-dist/doc/man/man1/texdoc.man1.pdf b/Master/texmf-dist/doc/man/man1/texdoc.man1.pdf index 035030cb0c7..99fdbf5b2eb 100644 Binary files a/Master/texmf-dist/doc/man/man1/texdoc.man1.pdf and b/Master/texmf-dist/doc/man/man1/texdoc.man1.pdf differ diff --git a/Master/texmf-dist/doc/support/texdoc/NEWS b/Master/texmf-dist/doc/support/texdoc/NEWS index 0c5b6b4e8ae..64cb2199a94 100644 --- a/Master/texmf-dist/doc/support/texdoc/NEWS +++ b/Master/texmf-dist/doc/support/texdoc/NEWS @@ -2,6 +2,10 @@ NEWS for texdoc =============== (This file public domain.) +Version 3.4.1 +------------- +- Bug fix: give locale bonus only if "lang" is set + Version 3.4 (TeX Live 2022) =========================== - Make Data.tlpdb.lua reproducible diff --git a/Master/texmf-dist/doc/support/texdoc/texdoc.pdf b/Master/texmf-dist/doc/support/texdoc/texdoc.pdf index 8e6f1ecc7cc..5619830b780 100644 Binary files a/Master/texmf-dist/doc/support/texdoc/texdoc.pdf and b/Master/texmf-dist/doc/support/texdoc/texdoc.pdf differ diff --git a/Master/texmf-dist/doc/support/texdoc/texdoc.tex b/Master/texmf-dist/doc/support/texdoc/texdoc.tex index 8346c80193d..689e6968775 100644 --- a/Master/texmf-dist/doc/support/texdoc/texdoc.tex +++ b/Master/texmf-dist/doc/support/texdoc/texdoc.tex @@ -8,7 +8,7 @@ \subtitle{Find \& view documentation in \TL} \pkgurl{https://tug.org/texdoc/} \author{Manuel Pégourié-Gonnard\and Takuto Asakura} -\date{v3.4\quad \today} +\date{v3.4.1\quad \today} \begin{document} diff --git a/Master/texmf-dist/scripts/texdoc/texdoclib-const.tlu b/Master/texmf-dist/scripts/texdoc/texdoclib-const.tlu index d6def02f747..50d7ba4ca81 100755 --- a/Master/texmf-dist/scripts/texdoc/texdoclib-const.tlu +++ b/Master/texmf-dist/scripts/texdoc/texdoclib-const.tlu @@ -22,8 +22,8 @@ end -- progname and version fullname = kpse.find_file('texdoc/texdoclib', 'lua') progname = 'Texdoc' -version = '3.4' -release_date = '2022-03-03' +version = '3.4.1' +release_date = '2022-03-19' -- make sure to update setup_config_from_cl() accordingly -- and set a default value in setup_config_from_defaults() if relevant diff --git a/Master/texmf-dist/scripts/texdoc/texdoclib-score.tlu b/Master/texmf-dist/scripts/texdoc/texdoclib-score.tlu index 5aca28ef73b..d609224cea2 100755 --- a/Master/texmf-dist/scripts/texdoc/texdoclib-score.tlu +++ b/Master/texmf-dist/scripts/texdoc/texdoclib-score.tlu @@ -211,8 +211,8 @@ local function set_score(df, original_kw) end -- bonus for locale - if not is_alias then - local config_lang = texdoc.config.get_value('lang') + local config_lang = texdoc.config.get_value('lang') + if not is_alias and config_lang ~= nil then local file_lang = df.lang if not file_lang then -- cgit v1.2.3