From efc66f013627da6574d9896e561321f6af4cb266 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 8 Sep 2010 22:02:12 +0000 Subject: rm CVS/RCS from vc_dirs git-svn-id: svn://tug.org/texlive/trunk@19613 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/kpathsea/ChangeLog | 6 ++++++ Build/source/texk/kpathsea/mktexlsr | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'Build/source') diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index 94fbb9a6dff..2c56a6fe1af 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,9 @@ +2010-09-09 Karl Berry + + * mktexlsr (vc_dirs): remove CVS and RCS from the list, + for compatibility with the corresponding change on Windows, + made so that rcs/rcs.sty is not ignored. + 2010-06-13 Karl Berry * doc/unixtex.texi: reduce to current reality. diff --git a/Build/source/texk/kpathsea/mktexlsr b/Build/source/texk/kpathsea/mktexlsr index e31e09ce86a..de68ea0161c 100755 --- a/Build/source/texk/kpathsea/mktexlsr +++ b/Build/source/texk/kpathsea/mktexlsr @@ -30,7 +30,7 @@ Options: If standard input is a terminal, --verbose is on by default. -For more information, see the ‘Filename database’ section of +For more information, see the \`Filename database' section of Kpathsea manual available at http://tug.org/kpathsea. Report bugs to tex-k@tug.org. @@ -183,7 +183,7 @@ for TEXMFLS_R in "$@"; do # in directory names. # echo "./:" >>"$db_file_tmp" - vc_dirs='\.\(bzr\|git\|hg\|svn\)\|CVS\|RCS\|_darcs' + vc_dirs='\.\(bzr\|git\|hg\|svn\)\|_darcs' (cd "$TEXMFLS_R" && \ls -LRa 2>/dev/null) \ | sed -e '/^$/{n;s%^\./%%;s%^%./%;}; /^\.$/d; /^\.\.$/d; /^'$vc_dirs'$/d;' \ -e '/^[\.\/]*lsR[0-9]*\.tmp:*$/d' \ -- cgit v1.2.3