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/index.html | 12 ++++++------ doc/tools/texi2www/texi2www | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'doc') diff --git a/doc/index.html b/doc/index.html index 5eb84e2ea7..98335307d0 100644 --- a/doc/index.html +++ b/doc/index.html @@ -8,17 +8,17 @@
-
  • +
  • RTEMS Applications C User's Guide -
  • +
  • Getting Started with RTEMS for C/C++ Users -
  • +
  • Getting Started with GNAT/RTEMS -
  • +
  • RTEMS Development Environment Guide -
  • +
  • RTEMS POSIX API User's Guide -
  • +
  • RTEMS KA9Q TCP/IP Supplement
  • 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