summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-07-31 16:20:07 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-07-31 16:20:07 +0000
commitcb7e9db01470ae628d410ac9916f1a6d2dcb8514 (patch)
tree5999878af6b0c9e23a7a695a935a8bf87a230cef
parent4b1e13e9f7db2a2075e5bc1724927a83ae40dce0 (diff)
rm the now useless hack for removing ordering tricks in TEXDOCS
git-svn-id: svn://tug.org/texlive/trunk@9945 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xMaster/texmf/scripts/texlive/texdoc.tlu3
1 files changed, 1 insertions, 2 deletions
diff --git a/Master/texmf/scripts/texlive/texdoc.tlu b/Master/texmf/scripts/texlive/texdoc.tlu
index ee20771ec99..a3d53906888 100755
--- a/Master/texmf/scripts/texlive/texdoc.tlu
+++ b/Master/texmf/scripts/texlive/texdoc.tlu
@@ -90,8 +90,7 @@ end
-- get global texdocs, do_recurse and must_have_lsr lists from kpse's $TEXDOCS
function get_texdocs ()
local sep = (os.type == 'window') and ';' or ':'
- -- avoid duplicates like {/english,} or {/man,} in $TEXDOCS
- texdocs = string.gsub (kpse.expand_var ("$TEXDOCS"), "{[^{}]+,}", "")
+ texdocs = kpse.expand_var ("$TEXDOCS")
-- expand the path and turn it into a lua list
texdocs = string.explode (kpse.expand_braces (texdocs), sep)
do_recurse, must_have_lsr = {}, {} -- global