texlive[62745] trunk: doc,sync

commits+karl at tug.org commits+karl at tug.org
Wed Mar 16 23:20:47 CET 2022


Revision: 62745
          http://tug.org/svn/texlive?view=revision&revision=62745
Author:   karl
Date:     2022-03-16 23:20:47 +0100 (Wed, 16 Mar 2022)
Log Message:
-----------
doc,sync

Modified Paths:
--------------
    trunk/Build/source/texk/texlive/tl_support/fmtutil.cnf
    trunk/Master/install-tl
    trunk/Master/tlpkg/bin/c2lx

Modified: trunk/Build/source/texk/texlive/tl_support/fmtutil.cnf
===================================================================
--- trunk/Build/source/texk/texlive/tl_support/fmtutil.cnf	2022-03-16 21:32:28 UTC (rev 62744)
+++ trunk/Build/source/texk/texlive/tl_support/fmtutil.cnf	2022-03-16 22:20:47 UTC (rev 62745)
@@ -1,4 +1,4 @@
-# Generated by /home/texlive/karl/Master/bin/x86_64-linux/tlmgr on Sat Mar  5 19:00:34 2022
+# Generated by /home/texlive/karl/Master/bin/x86_64-linux/tlmgr on Sat Oct  3 02:49:47 2020
 # Originally written by Thomas Esser, 1998. Public domain.
 #
 # For guidance on how to support local formats, see the man
@@ -68,10 +68,6 @@
 # from eplain:
 eplain pdftex language.dat -translate-file=cp227.tcx *eplain.ini
 #
-# from hitex:
-hilatex hitex language.dat -etex -ltx hilatex.ini
-hitex hitex language.def -etex -ltx hitex.ini
-#
 # from jadetex:
 jadetex pdftex language.dat *jadetex.ini
 pdfjadetex pdftex language.dat *pdfjadetex.ini

Modified: trunk/Master/install-tl
===================================================================
--- trunk/Master/install-tl	2022-03-16 21:32:28 UTC (rev 62744)
+++ trunk/Master/install-tl	2022-03-16 22:20:47 UTC (rev 62745)
@@ -2915,7 +2915,7 @@
 =item B<-persistent-downloads>
 
 For network installs, activating this option makes the installer try to
-set up a persistent connection using the C<Net::LWP> Perl module.  This
+set up a persistent connection using the C<LWP> Perl module.  This
 opens only one connection between your computer and the server per
 session and reuses it, instead of initiating a new download for each
 package, which typically yields a significant speed-up.

Modified: trunk/Master/tlpkg/bin/c2lx
===================================================================
--- trunk/Master/tlpkg/bin/c2lx	2022-03-16 21:32:28 UTC (rev 62744)
+++ trunk/Master/tlpkg/bin/c2lx	2022-03-16 22:20:47 UTC (rev 62745)
@@ -19,14 +19,14 @@
 
 if test "x$1" = xe || test "x$1" = x2e; then
   shift; label=l2e
-  pkgs="amsmath cyrillic graphics tools latex firstaid"
+  pkgs="amsmath cyrillic graphics tools latex firstaid l3build"
 elif test "x$1" = xdev; then
   shift; label=ldev
   pkgs="latex-amsmath-dev latex-firstaid-dev latex-graphics-dev"
-  pkgs="$pkgs latex-tools-dev latex-base-dev"
+  pkgs="$pkgs latex-tools-dev latex-base-dev l3build"
 elif test "x$1" = x3; then
   shift; label=l3
-  pkgs="l3kernel l3packages l3experimental l3build l3backend"
+  pkgs="l3kernel l3packages l3experimental l3build l3backend l3build"
 elif test "x$1" = xjxu; then
   shift; label=jxu
   pkgs="beaulivre colorist einfart lebhart mindflow minimalist simplivre"



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