changeset 90 | dc41da2f70a4 |
parent 50 | e81b4e28b3e2 |
--- 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");