From 6024894123b8538b4fd1448f853e4580b0fefea0 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Fri, 16 May 2014 05:08:40 +0000 Subject: list all temxf.cnf and all updmap.cfg in tlgmr conf git-svn-id: svn://tug.org/texlive/trunk@34055 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/texlive/tlmgr.pl | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Master/texmf-dist/scripts') diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl index 213dcdf5000..03f8f9f0fc1 100755 --- a/Master/texmf-dist/scripts/texlive/tlmgr.pl +++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl @@ -5397,8 +5397,12 @@ sub texconfig_conf_mimic { info("$cmd: " . TeXLive::TLUtils::which($cmd) . "\n"); } info("=========================== active config files ==========================\n"); - for my $m (qw/texmf.cnf updmap.cfg fmtutil.cnf config.ps mktex.cnf - pdftexconfig.tex/) { + for my $m (qw/texmf.cnf updmap.cfg/) { + for my $f (`kpsewhich -all $m`) { + info("$m: $f"); + } + } + for my $m (qw/fmtutil.cnf config.ps mktex.cnf pdftexconfig.tex/) { info("$m: " . `kpsewhich $m`); } -- cgit v1.2.3