X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=tcl%2Ftools%2Fman2html.tcl;h=6f44aaa4c07f9e4121cb2d3282cd67eb148d5f82;hb=c271fc2eb11c7c6a7e7da1341d5c14ae57ecf395;hp=cb60887ba65e1f01675ba8a26b86f9b1bde33ff0;hpb=16ed0b0a165e0ca566d9ec2ad071bc45f8a3f05c;p=pf3gnuchains%2Fpf3gnuchains3x.git diff --git a/tcl/tools/man2html.tcl b/tcl/tools/man2html.tcl index cb60887ba6..6f44aaa4c0 100644 --- a/tcl/tools/man2html.tcl +++ b/tcl/tools/man2html.tcl @@ -75,7 +75,7 @@ proc footer {packages} { # dir - Name of the directory. proc doDir dir { - foreach f [lsort [glob $dir/*.\[13n\]]] { + foreach f [lsort [glob -directory $dir "*.\[13n\]"]] { do $f ;# defined in man2html1.tcl & man2html2.tcl } }