summaryrefslogtreecommitdiff
path: root/Master/texmf
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf')
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.pl12
1 files changed, 7 insertions, 5 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl
index 665113c8b53..084aec528be 100755
--- a/Master/texmf/scripts/texlive/tlmgr.pl
+++ b/Master/texmf/scripts/texlive/tlmgr.pl
@@ -4125,17 +4125,19 @@ sub texconfig_conf_mimic {
my $PATH = $ENV{'PATH'};
info("=========================== version information ==========================\n");
info(give_version());
- info("==================== binaries found by searching $PATH ===================\n");
- for my $cmd (qw/kpsewhich updmap fmtutil texconfig tex pdftex mktexpk dvips dvipdfm/) {
+ info("==================== executables found by searching PATH =================\n");
+ info("PATH: $PATH\n");
+ for my $cmd (qw/kpsewhich updmap fmtutil tlmgr tex pdftex mktexpk
+ dvips dvipdfmx/) {
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 fmtutil.cnf config.ps mktex.cnf
+ pdftexconfig.tex/) {
info("$m: " . `kpsewhich $m`);
}
- tlwarn("missing finding of XDvi, config!\n");
+ #tlwarn("missing finding of XDvi, config!\n");
info("============================= font map files =============================\n");
for my $m (qw/psfonts.map pdftex.map ps2pk.map dvipdfm.map/) {