From 77dcba94bb5e9792fedc436cb9e8ec1282d7de24 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 29 May 2008 21:00:16 +0000 Subject: (TEXMFCNF): remove /.$TETEXDIR git-svn-id: svn://tug.org/texlive/trunk@8410 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf/web2c/texmf.cnf | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'Master') diff --git a/Master/texmf/web2c/texmf.cnf b/Master/texmf/web2c/texmf.cnf index 950e8822a8f..46464ac12b8 100644 --- a/Master/texmf/web2c/texmf.cnf +++ b/Master/texmf/web2c/texmf.cnf @@ -1,20 +1,11 @@ % original texmf.cnf -- runtime path configuration file for kpathsea. -% (If you change or delete `original' on the previous line, the -% distribution won't install its version over yours.) % Public domain. % % What follows is a super-summary of what this .cnf file can % contain. Please read the Kpathsea manual for more information. % -% texmf.cnf is generated from texmf.in, by replacing @var@ with the -% value of the Make variable `var', via a sed file texmf.sed, generated -% (once) by kpathsea/Makefile (itself generated from kpathsea/Makefile.in -% by configure). -% % Any identifier (sticking to A-Za-z_ for names is safest) can be assigned. % The `=' (and surrounding spaces) is optional. -% No % or @ in texmf.in, for the sake of autogeneration. -% (However, %'s and @'s can be edited into texmf.cnf or put in envvar values.) % $foo (or ${foo}) in a value expands to the envvar or cnf value of foo. % % Earlier entries (in the same or another file) override later ones, and @@ -433,12 +424,9 @@ RUBYINPUTS = .;$TEXMF/scripts/{$progname,$engine,}/ruby// % The SELFAUTO* variables are set automatically from the location of % argv[0], in kpse_set_progname. % -% The TETEXDIR stuff isn't likely to be relevant unless you're using -% teTeX, but it doesn't hurt. -% -% For security reasons, it is better not to have . part of the path. +% For security reasons, it is better not to include . in this path. % -TEXMFCNF = {$SELFAUTOLOC,$SELFAUTODIR,$SELFAUTOPARENT}{,{/share,}/texmf{-local,}/web2c};/.$TETEXDIR +TEXMFCNF = {$SELFAUTOLOC,$SELFAUTODIR,$SELFAUTOPARENT}{,{/share,}/texmf{-local,}/web2c} # kpathsea 3.5.3 and later sets these at runtime. To avoid empty # expansions from binaries linked against an earlier version of the -- cgit v1.2.3