diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-07-31 16:18:22 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-07-31 16:18:22 +0000 |
commit | 4b1e13e9f7db2a2075e5bc1724927a83ae40dce0 (patch) | |
tree | d3852bb0c2d065dd699e9cc65e723415300ae960 /Master/texmf/web2c | |
parent | 3fa720dd4e4e971cda02d47c444be502f14cc4e1 (diff) |
Rm the hacks like {english,} in TEXDOCS. This should be done in texdoc and
configurable by the user, so not in texmf.cnf anyway.
git-svn-id: svn://tug.org/texlive/trunk@9944 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/web2c')
-rw-r--r-- | Master/texmf/web2c/texmf.cnf | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Master/texmf/web2c/texmf.cnf b/Master/texmf/web2c/texmf.cnf index 6cdd78a4d71..ad84e57f01b 100644 --- a/Master/texmf/web2c/texmf.cnf +++ b/Master/texmf/web2c/texmf.cnf @@ -387,11 +387,8 @@ FC_CACHEDIR=$TEXMFSYSVAR/fonts/cache % TeX documentation and source files, for use with kpsewhich. % TeX Live has a separate hierarchy with just documentation, texmf-doc, % in addition to the doc files in the other hierarchies. -% Also, find the English documentation first -- better than random, when -% there are name collisions. -% Also, find things from man pages first, same reason. -TEXMFDOCDIR = !!$TEXMFDOC/doc{/english,} -TEXDOCS = .;$TEXMF/doc{/man,}//;$TEXMFDOCDIR// +TEXMFDOCDIR = !!$TEXMFDOC/doc +TEXDOCS = .;$TEXMF/doc//;$TEXMFDOCDIR// TEXSOURCES = .;$TEXMF/source// % Web and CWeb input paths. |