texlive[54342] trunk: doc,sync

commits+karl at tug.org commits+karl at tug.org
Mon Mar 16 02:11:58 CET 2020


Revision: 54342
          http://tug.org/svn/texlive?view=revision&revision=54342
Author:   karl
Date:     2020-03-16 02:11:57 +0100 (Mon, 16 Mar 2020)
Log Message:
-----------
doc,sync

Modified Paths:
--------------
    trunk/Build/source/texk/texlive/linked_scripts/texlive/fmtutil.pl
    trunk/Build/source/utils/README
    trunk/Master/source/mactexdoc.tar.xz
    trunk/Master/texmf-dist/scripts/texlive/NEWS
    trunk/Master/tlpkg/doc/releng.txt

Modified: trunk/Build/source/texk/texlive/linked_scripts/texlive/fmtutil.pl
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/texlive/fmtutil.pl	2020-03-16 01:11:43 UTC (rev 54341)
+++ trunk/Build/source/texk/texlive/linked_scripts/texlive/fmtutil.pl	2020-03-16 01:11:57 UTC (rev 54342)
@@ -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 @@
   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 @@
     $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");

Modified: trunk/Build/source/utils/README
===================================================================
--- trunk/Build/source/utils/README	2020-03-16 01:11:43 UTC (rev 54341)
+++ trunk/Build/source/utils/README	2020-03-16 01:11:57 UTC (rev 54342)
@@ -81,7 +81,7 @@
 # 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 -

Modified: trunk/Master/source/mactexdoc.tar.xz
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/scripts/texlive/NEWS
===================================================================
--- trunk/Master/texmf-dist/scripts/texlive/NEWS	2020-03-16 01:11:43 UTC (rev 54341)
+++ trunk/Master/texmf-dist/scripts/texlive/NEWS	2020-03-16 01:11:57 UTC (rev 54342)
@@ -1,7 +1,7 @@
 (This file public domain.  Originally written by Norbert Preining and
 Karl Berry, 2010.)
 
-<p><b>tlmgr 54285 (released 13mar20):</b>
+<p><b>tlmgr 54286 (released 13mar20):</b>
 <li>tlmgr remove --all also removes install-tl and texmfcnf.lua.
 
 <p><b>tlmgr 54118 (released 7mar20):</b>

Modified: trunk/Master/tlpkg/doc/releng.txt
===================================================================
--- trunk/Master/tlpkg/doc/releng.txt	2020-03-16 01:11:43 UTC (rev 54341)
+++ trunk/Master/tlpkg/doc/releng.txt	2020-03-16 01:11:57 UTC (rev 54342)
@@ -261,6 +261,10 @@
     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.



More information about the tex-live-commits mailing list.