diff options
Diffstat (limited to 'Master/texmf/web2c')
-rw-r--r-- | Master/texmf/web2c/texmf.cnf | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/Master/texmf/web2c/texmf.cnf b/Master/texmf/web2c/texmf.cnf index 709aba5f2c4..bb56062cb47 100644 --- a/Master/texmf/web2c/texmf.cnf +++ b/Master/texmf/web2c/texmf.cnf @@ -393,14 +393,11 @@ FONTCONFIG_FILE=fonts.conf FONTCONFIG_PATH=$TEXMFSYSVAR/fonts/conf FC_CACHEDIR=$TEXMFSYSVAR/fonts/cache -% TeX documentation and source files, for use with kpsewhich. +% TeX documentation and source files, for use with kpsewhich (and texdoc). % 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. |