From 2f62f00b5f3182d7d79f2b4c17524bc89703feaf Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 13 Jun 2007 23:38:32 +0000 Subject: comma is not deprecated for brace elements, in my mind anyway git-svn-id: svn://tug.org/texlive/trunk@4429 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf/web2c/texmf.cnf | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'Master') diff --git a/Master/texmf/web2c/texmf.cnf b/Master/texmf/web2c/texmf.cnf index a8dae19ef88..1066cb81915 100644 --- a/Master/texmf/web2c/texmf.cnf +++ b/Master/texmf/web2c/texmf.cnf @@ -33,17 +33,14 @@ % % // means to search subdirectories (recursively). % A leading !! means to look only in the ls-R db, never on the disk. -% A leading/trailing/doubled ; in the paths will be expanded into the -% compile-time default. Probably not what you want. +% In this file, either ; or : can be used to separate path components. +% A leading/trailing/doubled path separator in the paths will be +% expanded into the compile-time default. Probably not what you want. % -% You can use brace notation, for example: /usr/local/{mytex:othertex} -% expands to /usr/local/mytex:/usr/local/othertex. Instead of the path -% separator you can use a comma: /usr/local/{mytex,othertex} also expands -% to /usr/local/mytex:/usr/local/othertex. However, the use of the comma -% instead of the path separator is deprecated. -% -% The text above assumes thet path separator is a colon (:). Non-UNIX -% systems use different path separators, like the semicolon (;). +% You can use brace notation, for example: /usr/local/{mytex,othertex} +% expands to /usr/local/mytex:/usr/local/othertex. Instead of the comma +% you can use the path separator: /usr/local/{mytex:othertex} also expands +% to /usr/local/mytex:/usr/local/othertex. % Part 1: Search paths and directories. -- cgit v1.2.3