Changeset f2cd6a1a in rtems for doc/tools/texi2www/texi2www
- Timestamp:
- 04/13/98 20:07:47 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- fffe9266
- Parents:
- 6e3c36b7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/tools/texi2www/texi2www
r6e3c36b7 rf2cd6a1a 117 117 } else { 118 118 if ($n eq 'Top') { 119 $lookup{"$p$n"}= " Top.html";119 $lookup{"$p$n"}= "index.html"; 120 120 return $lookup{"$p$n"}; 121 121 } elsif ($n) {
Note: See TracChangeset
for help on using the changeset viewer.