forked from Imagelibrary/rtems
Changed from Top to index as top node
This commit is contained in:
@@ -8,17 +8,17 @@
|
|||||||
<HR>
|
<HR>
|
||||||
<BODY>
|
<BODY>
|
||||||
<MENU>
|
<MENU>
|
||||||
<LI><A HREF="c_user/Top.html">
|
<LI><A HREF="c_user/index.html">
|
||||||
RTEMS Applications C User's Guide</A>
|
RTEMS Applications C User's Guide</A>
|
||||||
<LI><A HREF="started/Top.html">
|
<LI><A HREF="started/index.html">
|
||||||
Getting Started with RTEMS for C/C++ Users</A>
|
Getting Started with RTEMS for C/C++ Users</A>
|
||||||
<LI><A HREF="started_ada/Top.html">
|
<LI><A HREF="started_ada/index.html">
|
||||||
Getting Started with GNAT/RTEMS</A>
|
Getting Started with GNAT/RTEMS</A>
|
||||||
<LI><A HREF="develenv/Top.html">
|
<LI><A HREF="develenv/index.html">
|
||||||
RTEMS Development Environment Guide</A>
|
RTEMS Development Environment Guide</A>
|
||||||
<LI><A HREF="posix_users/Top.html">
|
<LI><A HREF="posix_users/index.html">
|
||||||
RTEMS POSIX API User's Guide</A>
|
RTEMS POSIX API User's Guide</A>
|
||||||
<LI><A HREF="ka9q/Top.html">
|
<LI><A HREF="ka9q/index.html">
|
||||||
RTEMS KA9Q TCP/IP Supplement</A>
|
RTEMS KA9Q TCP/IP Supplement</A>
|
||||||
</MENU>
|
</MENU>
|
||||||
|
|
||||||
|
|||||||
@@ -116,7 +116,7 @@ sub canonical # (node_name)
|
|||||||
return "$p$n.html" if ($n);
|
return "$p$n.html" if ($n);
|
||||||
} else {
|
} else {
|
||||||
if ($n eq 'Top') {
|
if ($n eq 'Top') {
|
||||||
$lookup{"$p$n"}= "Top.html";
|
$lookup{"$p$n"}= "index.html";
|
||||||
return $lookup{"$p$n"};
|
return $lookup{"$p$n"};
|
||||||
} elsif ($n) {
|
} elsif ($n) {
|
||||||
if (! $lookup{"$p$n"}) {
|
if (! $lookup{"$p$n"}) {
|
||||||
|
|||||||
Reference in New Issue
Block a user