diff -r 849a0b46c767 -r dc41da2f70a4 tools/fsh-builddocs --- a/tools/fsh-builddocs Sun Oct 17 18:43:12 2010 +0100 +++ b/tools/fsh-builddocs Thu Oct 21 22:32:59 2010 +0100 @@ -420,9 +420,12 @@ } } + my $htmlroot = $pathRelativeToDocRoot; + $htmlroot =~ s/\\/\//g; # HTML link format uses forward slashes + my @args = ("--podpath=.", "--podroot=.", - "--htmlroot=$pathRelativeToDocRoot", + "--htmlroot=$htmlroot", "--recurse", "--infile=$podFileName", "--outfile=$outputFileName");