summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-03-18 00:45:54 +0000
committerKarl Berry <karl@freefriends.org>2010-03-18 00:45:54 +0000
commit1c09467149610f48120d609a1036a9badbb45d54 (patch)
tree3cb3bf39da17ee145b65b227b9d4affb4d85ac47 /Build
parent052d4154879941330870a93fbc01d1479c001ef4 (diff)
remove . from TEXDOCS, to help texdoc
git-svn-id: svn://tug.org/texlive/trunk@17488 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/kpathsea/ChangeLog5
-rw-r--r--Build/source/texk/kpathsea/texmf.cnf11
2 files changed, 7 insertions, 9 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog
index eab0cb7132e..b60b2faace0 100644
--- a/Build/source/texk/kpathsea/ChangeLog
+++ b/Build/source/texk/kpathsea/ChangeLog
@@ -1,3 +1,8 @@
+2010-03-18 Karl Berry <karl@tug.org>
+
+ * texmf.cnf (TEXDOCS): remove .; better for texdoc not
+ to be confused by files randomly in the current directory.
+
2010-03-11 Peter Breitenlohner <peb@mppmu.mpg.de>
* texmf.cnf: Append '.mf' to Metafont specific parameters.
diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf
index d2751951e51..2a239af9dba 100644
--- a/Build/source/texk/kpathsea/texmf.cnf
+++ b/Build/source/texk/kpathsea/texmf.cnf
@@ -261,13 +261,6 @@ TTF2TFMINPUTS = .;$TEXMF/ttf2pk//
MFINPUTS = .;$TEXMF/metafont//;{$TEXMF/fonts,$VARTEXFONTS}/source//
MPINPUTS = .;$TEXMF/metapost//
-% The following are not needed any more here.
-% Moved to texdoc.cnf (and hard-coded default), see the texdoc manual.
-% See texdoc's source too if you need to allow compressed documentation.
-% 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.
% We want to find the engine-specific file, e.g., cont-en.fmt can
% exist under both pdftex/ and xetex/. But just in case some formats
@@ -399,8 +392,8 @@ FONTCONFIG_FILE=fonts.conf
FONTCONFIG_PATH=$TEXMFSYSVAR/fonts/conf
FC_CACHEDIR=$TEXMFSYSVAR/fonts/cache
-% TeX documentation and source files, for use with kpsewhich (and texdoc).
-TEXDOCS = .;$TEXMF/doc//
+% TeX documentation and source files, for use with texdoc and kpsewhich.
+TEXDOCS = $TEXMF/doc//
TEXSOURCES = .;$TEXMF/source//
% Web and CWeb input paths.