From 02b6d8b30951c6d280c291863925f32a6eb84f50 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 8 Jan 2010 01:38:51 +0000 Subject: doc fixes for generate; don't worry about duplicated .afm files, for now anyway. git-svn-id: svn://tug.org/texlive/trunk@16635 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf/scripts/texlive/tlmgr.pl | 50 ++++++++++++++++++++--------------- 1 file changed, 28 insertions(+), 22 deletions(-) (limited to 'Master') diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index e4bcdb8b08b..1bf590ff626 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -3415,9 +3415,9 @@ sub check_runfiles { # check if duplicates are different files # foreach my $f (@duplicates) { - # assume tex4ht, xdy stuff is ok, and don't worry about - # Changes/README et al. - next if $f =~ /\.(cfg|htf|4hf|xdy)$/; + # assume tex4ht, xdy, afm stuff is ok, and don't worry about + # Changes, README et al. + next if $f =~ /\.(afm|cfg|4hf|htf|xdy)$/; next if $f =~ /^(Changes|README|language\.dat|(czech|slovak)\.sty)$/; # my @copies = grep (/\/$f$/, @runtime_files); @@ -4982,12 +4982,12 @@ The C action overwrites any manual changes made in the respective files: it recreates them from scratch. For C and the language files, this is normal, and both the TeX -Live installer and C routinely call I for them. +Live installer and C routinely call C for them. For C, however, C does I use C, because the result would be to disable all maps which have been manually installed via S>, e.g., for -proprietary or local fonts. The I action only incorporates +proprietary or local fonts. The C action only incorporates the changes in the C<--localcfg> file mentioned below. Furthermore, C updates and maintains the final C in C (while the other files are in C), because @@ -5018,7 +5018,7 @@ Local files specify entries to be disabled with a comment line like this: where C and C use C<#>, and C and C use C<%>. In any case, the I is the respective -format name, map file name (include the C<.map> extension),or +format name, map file name (include the C<.map> extension), or hyphenation pattern identifier. Examples: #!pdflatex @@ -5029,7 +5029,9 @@ hyphenation pattern identifier. Examples: particular items. They're just examples.) After such a disabling line, the local file can include another entry -for the same item, if a different definition is desired. +for the same item, if a different definition is desired. In general, +except for the special disabling lines, the local files follow the same +syntax as the master files. The form C recreates both the C and the C files, while the forms with extension recreates only @@ -5042,7 +5044,9 @@ C. The defaults for these as set in C are usually fine. If you want to change them, you can include changed settings for any or all of these five options in your C file and they will be respected by C. +updmap>, for example: + + dvipsDownloadBase35 true Options: @@ -5065,8 +5069,10 @@ location in C). =item B<--rebuild-sys> -makes tlmgr call C after (re-)generating the updmap.cfg -file. This is necessary to actually make the changes take effect. +tells tlmgr to call C after (re-)generating the C +file. This is necessary to actually make the changes take effect. it +is not done by default because often multiple font changes are made in +succession, and running C is a lengthy process. =back @@ -5116,18 +5122,18 @@ Furthermore is allows to quit C. =item B -Provides access to three groups of options, B (for almost all -options), B (configuration of default paper sizes), -B (only on Unix, configuration of the supported/installed -architectures), as well as a toggle to turn on and off Debug mode. +Provides access to three groups of options, I (for almost all +options), I (configuration of default paper sizes), +I (only on Unix, configuration of the supported/installed +architectures), as well as a toggle to turn on and off debugging mode. =item B -Provides access to some useful items, like updating the filename database -(ls-R, mktexlsr, texhash), rebuilding of all formats (fmtutil-sys --all), -updating the font map database (updmap-sys), and handling of symbolic -links in system directories (only Unix), as well as removal of the -full TeX Live installation (only Unix). +Provides access to a variety of items, such as updating the filename +database (aka ls-R, mktexlsr, texhash), rebuilding of all formats +(C), updating the font map database (C), +and handling of symbolic links in system directories (only Unix), as +well as removal of the full TeX Live installation (only Unix). =item B @@ -5138,8 +5144,8 @@ license. =head2 Main display -The main display lists all packages, installed and - if a repository is -loaded - also those that are available but not installed. +The main display lists all packages, installed and, if a repository is +loaded, also those that are available but not installed. Each line of the package list contains of the following items: @@ -5242,7 +5248,7 @@ packages). =item Backup makes a backup of the selected packages, acts like C. This -action needs the options B set (see Options -> General). +action needs the option C set (see Options -> General). =back -- cgit v1.2.3