From 38fc0032b600374c23ae0502214011e43c312710 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sun, 10 Jun 2012 00:22:23 +0000 Subject: another sync from source git-svn-id: svn://tug.org/texlive/trunk@26879 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf/scripts/tetex/updmap.pl | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'Master/texmf') 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 -- cgit v1.2.3