I think we probably need a more systematic regimen of of unixify
calls, but for now, this gets tests passing on Win32.
$Htmlroot = "" if $Htmlroot eq "/";
$Htmldir =~ s#/\z##;
+ # I think this, and many other unixifications, belongs in
+ # parse_command_line or some other higher-level location to get them all
+ # unixified at once. Right now, I think we may be unixifying things too
+ # late and ad hoc. -- rjbs, 2012-02-21
+ $Htmlfile = _unixify($Htmlfile);
+
if ( $Htmlroot eq ''
&& defined( $Htmldir )
&& $Htmldir ne ''