From 2fd83e922e0d8f2a70f1212e726efe5e77b20ace Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 2 May 2021 21:48:01 +0000 Subject: texlive-en.tex (create all format files): simplify description since mktexfmt will soon use TEXMFSYSVAR. tlmgr.pl, install-tl, relend.txt: doc, formatting. git-svn-id: svn://tug.org/texlive/trunk@59056 c570f23f-e606-0410-a88d-b1316a301751 --- Master/install-tl | 39 +++++++++++++++++---------------------- 1 file changed, 17 insertions(+), 22 deletions(-) (limited to 'Master/install-tl') diff --git a/Master/install-tl b/Master/install-tl index 58cac20f5b6..4cc5fb795fa 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -1227,8 +1227,10 @@ operations might be disturbed.\n\n"; $errcount += run_postinst_cmd( "fmtutil-sys $common_fmtutil_args --no-strict --all"); } else { - info("not running fmtutil-sys (not installed)\n"); + info("not running fmtutil-sys (script not installed)\n"); } + } else { + info("not running fmtutil-sys (user option create_formats=0)\n"); } # do path adjustments: On Windows add/remove to PATH etc, @@ -2308,30 +2310,23 @@ sub import_settings_from_old_tlpdb { # # now for the settings # set the defaults to what is specified in the tlpdb - $vars{'tlpdbopt_install_docfiles'} = - $previoustlpdb->option_pkg("00texlive.installation", - "install_docfiles"); - $vars{'tlpdbopt_install_srcfiles'} = - $previoustlpdb->option_pkg("00texlive.installation", - "install_srcfiles"); - $vars{'tlpdbopt_create_formats'} = - $previoustlpdb->option_pkg("00texlive.installation", - "create_formats"); + $vars{'tlpdbopt_install_docfiles'} + = $previoustlpdb->option_pkg("00texlive.installation", "install_docfiles"); + $vars{'tlpdbopt_install_srcfiles'} + = $previoustlpdb->option_pkg("00texlive.installation", "install_srcfiles"); + $vars{'tlpdbopt_create_formats'} + = $previoustlpdb->option_pkg("00texlive.installation", "create_formats"); $vars{'tlpdbopt_desktop_integration'} = 1 if win32(); - $vars{'instopt_adjustpath'} = - $previoustlpdb->option_pkg("00texlive.installation", - "path"); + $vars{'instopt_adjustpath'} + = $previoustlpdb->option_pkg("00texlive.installation", "path"); $vars{'instopt_adjustpath'} = 0 if !defined($vars{'instopt_adjustpath'}); $vars{'instopt_adjustpath'} = 1 if win32(); - $vars{'tlpdbopt_sys_bin'} = - $previoustlpdb->option_pkg("00texlive.installation", - "sys_bin"); - $vars{'tlpdbopt_sys_man'} = - $previoustlpdb->option_pkg("00texlive.installation", - "sys_man"); - $vars{'sys_info'} = - $previoustlpdb->option_pkg("00texlive.installation", - "sys_info"); + $vars{'tlpdbopt_sys_bin'} + = $previoustlpdb->option_pkg("00texlive.installation", "sys_bin"); + $vars{'tlpdbopt_sys_man'} + = $previoustlpdb->option_pkg("00texlive.installation", "sys_man"); + $vars{'sys_info'} + = $previoustlpdb->option_pkg("00texlive.installation", "sys_info"); # # import the set of selected architectures my @aar = $previoustlpdb->setting_pkg("00texlive.installation", -- cgit v1.2.3