From f2cd6a1a8d6402e8ffce00ba8c9b2de0d7c5e9d7 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 13 Apr 1998 20:07:47 +0000 Subject: Changed from Top to index as top node --- doc/tools/texi2www/texi2www | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/tools') diff --git a/doc/tools/texi2www/texi2www b/doc/tools/texi2www/texi2www index 52f545e046..3e677936b9 100755 --- a/doc/tools/texi2www/texi2www +++ b/doc/tools/texi2www/texi2www @@ -116,7 +116,7 @@ sub canonical # (node_name) return "$p$n.html" if ($n); } else { if ($n eq 'Top') { - $lookup{"$p$n"}= "Top.html"; + $lookup{"$p$n"}= "index.html"; return $lookup{"$p$n"}; } elsif ($n) { if (! $lookup{"$p$n"}) { -- cgit v1.2.3