summaryrefslogtreecommitdiff
path: root/Master/texmf/scripts/texdoc/search.tlu
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-02-05 10:25:37 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-02-05 10:25:37 +0000
commit80c2591c64bbd9634fe8ea6532dd7ee8feb0c565 (patch)
tree35d81590c44e4be2781832462dafb88b89463aae /Master/texmf/scripts/texdoc/search.tlu
parent9e1c04fdacf6dfba4c267a2e3692077b752829d4 (diff)
Texdoc bugfix for windows.
git-svn-id: svn://tug.org/texlive/trunk@16920 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/scripts/texdoc/search.tlu')
-rw-r--r--Master/texmf/scripts/texdoc/search.tlu2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf/scripts/texdoc/search.tlu b/Master/texmf/scripts/texdoc/search.tlu
index fa35cce2754..a962eedf7c1 100644
--- a/Master/texmf/scripts/texdoc/search.tlu
+++ b/Master/texmf/scripts/texdoc/search.tlu
@@ -324,7 +324,7 @@ function get_doclist_sty(patlist)
local file = kpse.find_file(pat.name)
if file then
local df = Docfile:new({
- name = file,
+ name = win32_hook(file),
tree = -1,
pattern = pat,
})