summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-01-15 08:05:24 +0000
committerNorbert Preining <preining@logic.at>2008-01-15 08:05:24 +0000
commit9121a845131c0d131703b1e7f9f122761c7ee888 (patch)
tree943964373adbda61e1afa5a7afbd0394b00cac2a /Master/tlpkg/TeXLive
parent093bcaeec622fe5f032f0d16f2a97c8f077ec70f (diff)
texmf.cnf handling:
- do NOT expand TEXMFHOME in install-menu-text but give the real value and explain what will happen - do not replace TEXMFCONFIG, TEXMFVAR, etc in do_texmf because kpse now expands ~ already to USERPROFILE on win32 git-svn-id: svn://tug.org/texlive/trunk@6231 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive')
-rwxr-xr-xMaster/tlpkg/TeXLive/install-menu-text.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/TeXLive/install-menu-text.pl b/Master/tlpkg/TeXLive/install-menu-text.pl
index 8bc1a190214..3c3719096d1 100755
--- a/Master/tlpkg/TeXLive/install-menu-text.pl
+++ b/Master/tlpkg/TeXLive/install-menu-text.pl
@@ -457,7 +457,9 @@ sub directories_menu {
<2> TEXMFLOCAL: $vars{'TEXMFLOCAL'}
<3> TEXMFSYSVAR: $vars{'TEXMFSYSVAR'}
+
<4> TEXMFHOME: $vars{'TEXMFHOME'}
+ (~ will be expanded to \$HOME/\$USERPROFILE)
EOF
;