diff options
author | Karl Berry <karl@freefriends.org> | 2007-11-27 23:44:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-11-27 23:44:41 +0000 |
commit | 000b6f447646fb10bb182f5874a6cbd1dec1b43a (patch) | |
tree | 5ce3dae9b5be15ebca4c47a13a9ea0298fabaf95 /Build | |
parent | 4f5411808143582e2058a7a783cd7ac3de4cabb5 (diff) |
typo from dek
git-svn-id: svn://tug.org/texlive/trunk@5634 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/kpathsea/texmf.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Build/source/texk/kpathsea/texmf.in b/Build/source/texk/kpathsea/texmf.in index 21133a4f7b2..ecf67934e19 100644 --- a/Build/source/texk/kpathsea/texmf.in +++ b/Build/source/texk/kpathsea/texmf.in @@ -258,15 +258,15 @@ TTF2TFMINPUTS = .;$TEXMF/ttf2pk// MFINPUTS = .;$TEXMF/metafont//;{$TEXMF/fonts,$VARTEXFONTS}/source// MPINPUTS = .;$TEXMF/metapost// -% allow for compressed files, and various extenions +% allow for compressed files, and various extensions. TEXDOCSSUFFIX = ;.pdf;.ps;.dvi;.html;.txt;.tex TEXDOCSCOMPRESS = ;.gz;.bz2;.zip;.Z TEXDOCEXT = {$TEXDOCSSUFFIX}{$TEXDOCSCOMPRESS} -% 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 ... +% 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 +% painful 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,}// |