diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-03-03 11:34:57 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-03-03 11:34:57 +0000 |
commit | bd731abde1a0daa3ef8b5c3be0eaee8500e66eff (patch) | |
tree | cbf357b674597db4d1a457e1460076a1eb57c32a /Master/texmf/scripts/texdoc/config.tlu | |
parent | f0349288c594eac639eb72d029fb6214a2553145 (diff) |
texdoc 0.71 (bugfix)
git-svn-id: svn://tug.org/texlive/trunk@17300 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/scripts/texdoc/config.tlu')
-rw-r--r-- | Master/texmf/scripts/texdoc/config.tlu | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf/scripts/texdoc/config.tlu b/Master/texmf/scripts/texdoc/config.tlu index 7ae2b69a6bb..a03ca8f5cd5 100644 --- a/Master/texmf/scripts/texdoc/config.tlu +++ b/Master/texmf/scripts/texdoc/config.tlu @@ -9,7 +9,7 @@ See texdoc.tlu for details. local L = {} load_env(L, { 'os', 'kpse', 'lfs', 'io', 'setmetatable', 'print', - 'win32_hook', 'confline_to_alias', 'confline_to_score', 'print_usage', + 'w32_path', 'confline_to_alias', 'confline_to_score', 'print_usage', 'config', }) @@ -360,7 +360,7 @@ function show_config_files (print_fun, prefix) local home = prefix and (file.good and "(*) " or " ") or '' - print_fun (home..file.status..'\t'..win32_hook(file.path)) + print_fun (home..file.status..'\t'..w32_path(file.path)) end if prefix then print("(*) This is the recommended configuration file " |