summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/mktexlsr
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-09-08 22:02:12 +0000
committerKarl Berry <karl@freefriends.org>2010-09-08 22:02:12 +0000
commitefc66f013627da6574d9896e561321f6af4cb266 (patch)
treeb4d260e5fe011a5a50207c1214df4d44f59629f8 /Build/source/texk/kpathsea/mktexlsr
parented13cf2ba1e402d16ffc373bba239dcfa59fa8ec (diff)
rm CVS/RCS from vc_dirs
git-svn-id: svn://tug.org/texlive/trunk@19613 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/mktexlsr')
-rwxr-xr-xBuild/source/texk/kpathsea/mktexlsr4
1 files changed, 2 insertions, 2 deletions
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 &lsquo;Filename database&rsquo; 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' \