diff options
-rwxr-xr-x | Master/texmf/scripts/tetex/updmap.pl | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/Master/texmf/scripts/tetex/updmap.pl b/Master/texmf/scripts/tetex/updmap.pl index bed95fb896a..29ee87ea87f 100755 --- a/Master/texmf/scripts/tetex/updmap.pl +++ b/Master/texmf/scripts/tetex/updmap.pl @@ -1,6 +1,6 @@ #!/usr/bin/env perl # mupdmap: utility to maintain map files for outline fonts. -# $Id: updmap.pl 26876 2012-06-10 00:17:52Z preining $ +# $Id: updmap.pl 26878 2012-06-10 00:21:51Z preining $ # # Copyright 2011, 2012 Norbert Preining # This file is licensed under the GNU General Public License version 2 @@ -33,7 +33,7 @@ BEGIN { } -my $version = '$Id: updmap.pl 26876 2012-06-10 00:17:52Z preining $'; +my $version = '$Id: updmap.pl 26878 2012-06-10 00:21:51Z preining $'; use Getopt::Long qw(:config no_autoabbrev ignore_case_always); use strict; @@ -2059,21 +2059,21 @@ Explanation of trees and files normally used: layout is used as shipped with TeX Live, the following files are read in this order: updmap-sys variant: - TEXMFSYSCONFIG $TEXLIVE/2012/texmf-config/web2c/updmap.cfg - TEXMFSYSVAR $TEXLIVE/2012/texmf-var/web2c/updmap.cfg - TEXMFLOCAL $TEXLIVE/texmf-local/web2c/updmap.cfg - TEXMFMAIN $TEXLIVE/2012/texmf/web2c/updmap.cfg - TEXMFDIST $TEXLIVE/2012/texmf-dist/web2c/updmap.cfg + TEXMFSYSCONFIG \$TEXLIVE/2012/texmf-config/web2c/updmap.cfg + TEXMFSYSVAR \$TEXLIVE/2012/texmf-var/web2c/updmap.cfg + TEXMFLOCAL \$TEXLIVE/texmf-local/web2c/updmap.cfg + TEXMFMAIN \$TEXLIVE/2012/texmf/web2c/updmap.cfg + TEXMFDIST \$TEXLIVE/2012/texmf-dist/web2c/updmap.cfg updmap variant: - TEXMFCONFIG $HOME/.texlive2012/texmf-config/web2c/updmap.cfg - TEXMFVAR $HOME/.texlive2012/texmf-var/web2c/updmap.cfg - TEXMFHOME $HOME/texmf/web2c/updmap.cfg - TEXMFSYSCONFIG $TEXLIVE/2012/texmf-config/web2c/updmap.cfg - TEXMFSYSVAR $TEXLIVE/2012/texmf-var/web2c/updmap.cfg - TEXMFLOCAL $TEXLIVE/texmf-local/web2c/updmap.cfg - TEXMFMAIN $TEXLIVE/2012/texmf/web2c/updmap.cfg - TEXMFDIST $TEXLIVE/2012/texmf-dist/web2c/updmap.cfg + TEXMFCONFIG \$HOME/.texlive2012/texmf-config/web2c/updmap.cfg + TEXMFVAR \$HOME/.texlive2012/texmf-var/web2c/updmap.cfg + TEXMFHOME \$HOME/texmf/web2c/updmap.cfg + TEXMFSYSCONFIG \$TEXLIVE/2012/texmf-config/web2c/updmap.cfg + TEXMFSYSVAR \$TEXLIVE/2012/texmf-var/web2c/updmap.cfg + TEXMFLOCAL \$TEXLIVE/texmf-local/web2c/updmap.cfg + TEXMFMAIN \$TEXLIVE/2012/texmf/web2c/updmap.cfg + TEXMFDIST \$TEXLIVE/2012/texmf-dist/web2c/updmap.cfg There is another exception to keep upgradability from earlier versions of TeX Live: if a file TEXMFLOCAL/web2c/updmap-local.cfg exists (formerly |