diff options
author | Jonathan Kew <jfkthame@googlemail.com> | 2007-01-11 14:06:48 +0000 |
---|---|---|
committer | Jonathan Kew <jfkthame@googlemail.com> | 2007-01-11 14:06:48 +0000 |
commit | 3524e0188d14506acef03603b74412eeae5a1e6d (patch) | |
tree | 136b291f46dbbf7ea7b684fbfe949e34d821aa22 /Build/source/texk/kpathsea | |
parent | 82b278d33d030c8334a8d9dc8d473a92995fa3eb (diff) |
install format files into $engine subdir of web2c
git-svn-id: svn://tug.org/texlive/trunk@3338 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea')
-rw-r--r-- | Build/source/texk/kpathsea/texmf.in | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/Build/source/texk/kpathsea/texmf.in b/Build/source/texk/kpathsea/texmf.in index cff9187531d..595b8faf3a8 100644 --- a/Build/source/texk/kpathsea/texmf.in +++ b/Build/source/texk/kpathsea/texmf.in @@ -246,12 +246,11 @@ MFINPUTS = .;$TEXMF/metafont//;{$TEXMF/fonts,$VARTEXFONTS}/source// 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 six -% paths and directories here (they all resolve to a single place by default), -% but historically ... -TEXFORMATS = .;$TEXMF/web2c -MFBASES = .;$TEXMF/web2c -MPMEMS = .;$TEXMF/web2c +% 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,} TEXPOOL = .;$TEXMF/web2c MFPOOL = .;$TEXMF/web2c MPPOOL = .;$TEXMF/web2c |