summaryrefslogtreecommitdiffstats
path: root/doc/tools
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-13 20:07:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-13 20:07:47 +0000
commitf2cd6a1a8d6402e8ffce00ba8c9b2de0d7c5e9d7 (patch)
tree9de39a8d00c9c40e3314b659bb637269626ace7c /doc/tools
parentadded ASCII versions of directory tree figures (diff)
downloadrtems-f2cd6a1a8d6402e8ffce00ba8c9b2de0d7c5e9d7.tar.bz2
Changed from Top to index as top node
Diffstat (limited to 'doc/tools')
-rwxr-xr-xdoc/tools/texi2www/texi2www2
1 files changed, 1 insertions, 1 deletions
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"}) {