Changeset f2cd6a1a in rtems for doc/tools/texi2www/texi2www


Ignore:
Timestamp:
04/13/98 20:07:47 (26 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
fffe9266
Parents:
6e3c36b7
Message:

Changed from Top to index as top node

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/tools/texi2www/texi2www

    r6e3c36b7 rf2cd6a1a  
    117117    } else {
    118118      if ($n eq 'Top') {
    119         $lookup{"$p$n"}= "Top.html";
     119        $lookup{"$p$n"}= "index.html";
    120120        return $lookup{"$p$n"};
    121121      } elsif ($n) {
Note: See TracChangeset for help on using the changeset viewer.