From 3ee1e05e0e3cacf71fa3d5f2f0d21314f469eb67 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 16 Mar 2020 01:11:57 +0000 Subject: doc,sync git-svn-id: svn://tug.org/texlive/trunk@54342 c570f23f-e606-0410-a88d-b1316a301751 --- .../texk/texlive/linked_scripts/texlive/fmtutil.pl | 10 +++++----- Build/source/utils/README | 2 +- Master/source/mactexdoc.tar.xz | Bin 6769184 -> 12666860 bytes Master/texmf-dist/scripts/texlive/NEWS | 2 +- Master/tlpkg/doc/releng.txt | 4 ++++ 5 files changed, 11 insertions(+), 7 deletions(-) diff --git a/Build/source/texk/texlive/linked_scripts/texlive/fmtutil.pl b/Build/source/texk/texlive/linked_scripts/texlive/fmtutil.pl index 2f085a5c6f3..814941ccff7 100755 --- a/Build/source/texk/texlive/linked_scripts/texlive/fmtutil.pl +++ b/Build/source/texk/texlive/linked_scripts/texlive/fmtutil.pl @@ -1,5 +1,5 @@ #!/usr/bin/env perl -# $Id: fmtutil.pl 53340 2020-01-06 23:55:32Z preining $ +# $Id: fmtutil.pl 54303 2020-03-14 22:04:10Z karl $ # fmtutil - utility to maintain format files. # (Maintained in TeX Live:Master/texmf-dist/scripts/texlive.) # @@ -24,11 +24,11 @@ BEGIN { TeX::Update->import(); } -my $svnid = '$Id: fmtutil.pl 53340 2020-01-06 23:55:32Z preining $'; -my $lastchdate = '$Date: 2020-01-07 00:55:32 +0100 (Tue, 07 Jan 2020) $'; +my $svnid = '$Id: fmtutil.pl 54303 2020-03-14 22:04:10Z karl $'; +my $lastchdate = '$Date: 2020-03-14 23:04:10 +0100 (Sat, 14 Mar 2020) $'; $lastchdate =~ s/^\$Date:\s*//; $lastchdate =~ s/ \(.*$//; -my $svnrev = '$Revision: 53340 $'; +my $svnrev = '$Revision: 54303 $'; $svnrev =~ s/^\$Revision:\s*//; $svnrev =~ s/\s*\$$//; my $version = "r$svnrev ($lastchdate)"; @@ -626,7 +626,7 @@ sub rebuild_one_format { $texargs = $addargs; } if ($pool) { - chomp (my $poolfile = `kpsewhich -progname=$eng $pool.poo 2>$nul`); + chomp (my $poolfile = `kpsewhich -progname=$eng $pool.pool 2>$nul`); if ($poolfile && -f $poolfile) { print_verbose("attempting to create localized format " . "using pool=$pool and tcx=$tcx.\n"); diff --git a/Build/source/utils/README b/Build/source/utils/README index b9c3383d002..9cf6a7a7137 100644 --- a/Build/source/utils/README +++ b/Build/source/utils/README @@ -81,7 +81,7 @@ ln -s . $clisp_toolsdir/lib/64 # for Solaris 64-bit # when running configure for clisp. # may be able to omit iconv if have new enough in libc or elsewhere. -libiconv_ver=libiconv-1.15 +libiconv_ver=libiconv-1.16 cd $clisp_basedir $wget http://ftp.gnu.org/gnu/libiconv/$libiconv_ver.tar.gz gzip -dc $libiconv_ver.tar.gz | tar xf - diff --git a/Master/source/mactexdoc.tar.xz b/Master/source/mactexdoc.tar.xz index b1294507811..65793f099c5 100644 Binary files a/Master/source/mactexdoc.tar.xz and b/Master/source/mactexdoc.tar.xz differ diff --git a/Master/texmf-dist/scripts/texlive/NEWS b/Master/texmf-dist/scripts/texlive/NEWS index 7a1b29b638e..d6420994d5d 100644 --- a/Master/texmf-dist/scripts/texlive/NEWS +++ b/Master/texmf-dist/scripts/texlive/NEWS @@ -1,7 +1,7 @@ (This file public domain. Originally written by Norbert Preining and Karl Berry, 2010.) -

tlmgr 54285 (released 13mar20): +

tlmgr 54286 (released 13mar20):

  • tlmgr remove --all also removes install-tl and texmfcnf.lua.

    tlmgr 54118 (released 7mar20): diff --git a/Master/tlpkg/doc/releng.txt b/Master/tlpkg/doc/releng.txt index ba4227768cd..93522f6cb50 100644 --- a/Master/tlpkg/doc/releng.txt +++ b/Master/tlpkg/doc/releng.txt @@ -261,6 +261,10 @@ M. As work proceeds, update the doc: Also update ~www/texlive/doc/*.html: groff -mandoc -Thtml $x1/updmap.1 >$lw/doc/updmap.html groff -mandoc -Thtml $x1/fmtutil.1 >$lw/doc/fmtutil.html + While we're here, let's update the other generated html files: + # first save originals for diff if you like. + pod2html --cachedir=/tmp $xx/tlmgr.pl >$lw/doc/tlmgr.html + pod2html --cachedir=/tmp $Master/install-tl >$lw/doc/install-tl.html Man pages from Build to Master (after doing a build): tl-update-man # consider removals from output, if any binaries are gone # check /tmp/so.rules against man1/Makefile, update if needed. -- cgit v1.2.3