summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-01-19 00:06:54 +0000
committerKarl Berry <karl@freefriends.org>2007-01-19 00:06:54 +0000
commitb13328cf421040f09c920b23f59e967abd64ddba (patch)
tree26fd7f86813590e9a705f6d9004851fc53935306
parent3028fea57aa12b3bc49ced8e227ded74ee95051a (diff)
// so kpsewhich will find subdirs, jk msg 18 Jan 2007 12:38:06
git-svn-id: svn://tug.org/texlive/trunk@3575 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Build/source/texk/kpathsea/texmf.in6
-rw-r--r--Master/texmf/web2c/texmf.cnf6
2 files changed, 6 insertions, 6 deletions
diff --git a/Build/source/texk/kpathsea/texmf.in b/Build/source/texk/kpathsea/texmf.in
index 595b8faf3a8..1ced054738b 100644
--- a/Build/source/texk/kpathsea/texmf.in
+++ b/Build/source/texk/kpathsea/texmf.in
@@ -248,9 +248,9 @@ MPINPUTS = .;$TEXMF/metapost//
% Dump files (fmt/base/mem) for vir{tex,mf,mp} to read (see web2c/INSTALL),
% and string pools (.pool) for ini{tex,mf,mp}. It is silly that we have
% separate variables for the different programs here, but historically ...
-TEXFORMATS = .;$TEXMF/web2c/{$engine,}
-MFBASES = .;$TEXMF/web2c/{$engine,}
-MPMEMS = .;$TEXMF/web2c/{$engine,}
+TEXFORMATS = .;$TEXMF/web2c/{$engine,}//
+MFBASES = .;$TEXMF/web2c/{$engine,}//
+MPMEMS = .;$TEXMF/web2c/{$engine,}//
TEXPOOL = .;$TEXMF/web2c
MFPOOL = .;$TEXMF/web2c
MPPOOL = .;$TEXMF/web2c
diff --git a/Master/texmf/web2c/texmf.cnf b/Master/texmf/web2c/texmf.cnf
index 60ec6f46f1e..a106776b613 100644
--- a/Master/texmf/web2c/texmf.cnf
+++ b/Master/texmf/web2c/texmf.cnf
@@ -260,9 +260,9 @@ MPINPUTS = .;$TEXMF/metapost//
% and string pools (.pool) for ini{tex,mf,mp}. It is silly that we have six
% paths and directories here (they all resolve to a single place by default),
% but historically ...
-TEXFORMATS = .;$TEXMF/web2c/{$engine,}
-MFBASES = .;$TEXMF/web2c/{$engine,}
-MPMEMS = .;$TEXMF/web2c/{$engine,}
+TEXFORMATS = .;$TEXMF/web2c/{$engine,}//
+MFBASES = .;$TEXMF/web2c/{$engine,}//
+MPMEMS = .;$TEXMF/web2c/{$engine,}//
TEXPOOL = .;$TEXMF/web2c
MFPOOL = .;$TEXMF/web2c
MPPOOL = .;$TEXMF/web2c