Re: Broken links



Owen reports:

>The problem seems to be in ~/devel/web-devel-2/scripts/makenode.pl
>
>   if ($subdir =~ /.*html/) {
>       return "$subdir";
>   } else {
>       return "$subdir/";
>   }
>
>That probably could be changed to:
>
> if (-d $subdir) {
>    return "$subdir/";
> } else {
>    return $subdir; 
> }
>
>Personally, I probably simply wouldn't go that deep in the tree
>menu - it's getting pretty wide -  I'd just use an empty tree.in
>file in that subdirectory.

I tend to agree, will try making that change today.

Thanks,

Bill

>Regards,
>                                        Owen
>
>_______________________________________________
>gnome-accessibility-list mailing list
>gnome-accessibility-list gnome org
>http://mail.gnome.org/mailman/listinfo/gnome-accessibility-list

------
Bill Haneman x19279
Gnome Accessibility / Batik SVG Toolkit
Sun Microsystems Ireland 





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]