There are none yet. Signed-off-by: Ian Jackson <ian.jack...@eu.citrix.com> --- docs/gen-html-index | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/docs/gen-html-index b/docs/gen-html-index index 5b43b42..8258e2b 100644 --- a/docs/gen-html-index +++ b/docs/gen-html-index @@ -137,6 +137,10 @@ sub dirs($) return @dirs; } +foreach my $of (grep { !m{/} } @docs) { + $top .= make_link($of,''); +} + foreach my $od (sort { $a cmp $b } uniq map { dirs($_) } @docs) { my @d = (grep /^\Q$od\E/, @docs); if ( @d == 1 and $d[0] eq "$od/index.html" ) -- 2.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel