Diff for /doc/build/generate_web_pages.pl between versions 1.48 and 1.50

version 1.48, 2011/06/01 06:29:03 version 1.50, 2011/06/01 06:34:47
Line 102  life cycle, i.e., those for which a part Line 102  life cycle, i.e., those for which a part
 for (@longlifecycle) {  for (@longlifecycle) {
     $content .= "<li><a href='$_->[1].html'>$_->[0]</a></li>\n";      $content .= "<li><a href='$_->[1].html'>$_->[0]</a></li>\n";
 }  }
 $content .= '</ul></div>'.\n".  $content .= '</ul></div>'."\n".
             '<div style="float: left;">'.              '<div style="float: left;">'.
             '<b>Short life cycle</b><br />'.              '<b>Short life cycle</b><br />'.
             '<ul>'."\n";              '<ul>'."\n";
 for (@shortlifecycle) {  for (@shortlifecycle) {
     $content .= "<li><a href='$_->[1].html'>$_->[0]</a></li>\n";      $content .= "<li><a href='$_->[1].html'>$_->[0]</a></li>\n";
 }  }
 $content .= '</ul></div><br clear="all" />'.\n".  $content .= '</ul></div><br clear="all" />'."\n".
             '<b>Additional information</b><ul>'."\n";              '<b>Additional information</b><ul>'."\n";
 for (@ancillary) {  for (@ancillary) {
     $content .= "<li><a href='$_->[1].html'>$_->[0]</a></li>\n";      $content .= "<li><a href='$_->[1].html'>$_->[0]</a></li>\n";

Removed from v.1.48  
changed lines
  Added in v.1.50


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>