diff options
author | Norbert Preining <preining@logic.at> | 2012-07-30 16:01:00 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2012-07-30 16:01:00 +0000 |
commit | c8840db08daf67f916ca0e0613031351add227dc (patch) | |
tree | 572bb8ccd866549f387709db5c2da26538c66069 /Master/tlpkg/TeXLive/TLUtils.pm | |
parent | 30af7a21451a1ac0d0f46ca95d75caf1a579827b (diff) |
do *not* warn if a file is found in TEXMFSYSCONFIG that does not
match the special head line, since it might be generated by
updmap-sys --enable Map foo.map itself
git-svn-id: svn://tug.org/texlive/trunk@27249 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLUtils.pm')
-rw-r--r-- | Master/tlpkg/TeXLive/TLUtils.pm | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index 81332e816f4..65a60dfde6e 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -2724,12 +2724,15 @@ See the documentation for updmap. } } else { # first line did not match - print STDERR "Apparently - $oldupd -was created by hand. This config file should not be used anymore, -so please do what's necessary to eliminate it. -See the documentation for updmap. -"; + # that is NOT a good idea, because updmap creates updmap.cfg in + # TEXMFSYSCONFIG when called with --enable Map etc, so we should + # NOT warn here + # print STDERR "Apparently +# $oldupd +# was created by hand. This config file should not be used anymore, +# so please do what's necessary to eliminate it. +# See the documentation for updmap. +# "; } } |