diff options
author | Karl Berry <karl@freefriends.org> | 2011-01-08 00:51:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-01-08 00:51:33 +0000 |
commit | 859244adc47353454065da69391b0ccbd65e5306 (patch) | |
tree | 518eedf3dbe49e66eb6627f425e0476497fe0007 /Master/texmf/scripts | |
parent | 182c9067c1fb7fbd39a2f6a672815e560c8e4a14 (diff) |
doc
git-svn-id: svn://tug.org/texlive/trunk@20975 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/scripts')
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index 659c1e42609..6eb03323264 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -1180,11 +1180,11 @@ sub load_taxonomy_datafile { my $fpath = $localtlpdb->root . "/texmf/scripts/texlive/var/texcatalogue.keywords"; if (! -r $fpath) { - tlwarn("tlmgr: taxonomy file $fpath not readable.\n"); + tlwarn("tlmgr: taxonomy file $fpath not readable: $!\n"); return; } if (!open (TAXF, $fpath)) { - tlwarn("tlmgr: taxonomy file $fpath cannot be opened.\n"); + tlwarn("tlmgr: taxonomy file $fpath cannot be opened: $!\n"); return; } # suck in the whole file contents @@ -5953,7 +5953,7 @@ The respective locations are as follows: Final repetition: as explained above, C<tlmgr> does I<not> use C<generate updmap> for font map files. Therefore, if you want to make use of C<updmap-local.cfg>, you must run C<tlmgr generate updmap> -yourself after making any local changes. +and C<updmap-sys> yourself after making any local changes. =head1 CONFIGURATION FILE |