summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/texlive/updmap.pl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/scripts/texlive/updmap.pl')
-rwxr-xr-xMaster/texmf-dist/scripts/texlive/updmap.pl17
1 files changed, 9 insertions, 8 deletions
diff --git a/Master/texmf-dist/scripts/texlive/updmap.pl b/Master/texmf-dist/scripts/texlive/updmap.pl
index d91756ce688..a95297b24b4 100755
--- a/Master/texmf-dist/scripts/texlive/updmap.pl
+++ b/Master/texmf-dist/scripts/texlive/updmap.pl
@@ -21,8 +21,7 @@ BEGIN {
$^W = 1;
$TEXMFROOT = `kpsewhich -var-value=TEXMFROOT`;
if ($?) {
- warn "updmap.pl: kpsewhich -var-value=TEXMFROOT failed, aborting early.\n";
- exit 1;
+ die "$0: kpsewhich -var-value=TEXMFROOT failed, aborting early.\n";
}
chomp($TEXMFROOT);
unshift(@INC, "$TEXMFROOT/tlpkg");
@@ -34,7 +33,7 @@ $lastchdate =~ s/ \(.*$//;
my $svnrev = '$Revision$';
$svnrev =~ s/^\$Revision:\s*//;
$svnrev =~ s/\s*\$$//;
-my $version = "svn$svnrev ($lastchdate)";
+my $version = "r$svnrev ($lastchdate)";
use Getopt::Long qw(:config no_autoabbrev ignore_case_always);
use strict;
@@ -2321,10 +2320,10 @@ Where and which updmap.cfg changes are saved:
new config file is created in \$TEXMFCONFIG/web2c/updmap.cfg.
In general, the idea is that if the user cannot write to a given
- config file, a higher-level one can be used. As a typical example,
- the distribution's settings can be overridden system-wide using
- TEXMFLOCAL, and system settings can be overridden again for a
- particular user with TEXMFHOME.
+ config file, a higher-level one can be used. That way, the
+ distribution's settings can be overridden system-wide using
+ TEXMFLOCAL, and system settings can be overridden again in a
+ particular user's TEXMFHOME.
Resolving multiple definitions of a font:
@@ -2341,7 +2340,9 @@ Disabling maps:
\#! Map mapname.map
or
\#! MixedMap mapname.map
- in the higher-priority updmap.cfg file.
+ in the higher-priority updmap.cfg file. (The \#! must be at the
+ beginning of the line, with at least one space or tab afterward, and
+ whitespace between each word on the list.)
As an example, suppose you have a copy of MathTime Pro fonts
and want to disable the Belleek version of the fonts; that is,