Diff for /doc/build/generate_web_pages.pl between versions 1.49 and 1.51

version 1.49, 2011/06/01 06:32:35 version 1.51, 2011/06/01 06:41:09
Line 109  $content .= '</ul></div>'."\n". Line 109  $content .= '</ul></div>'."\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";
Line 182  print INDEX $index; Line 182  print INDEX $index;
 close INDEX;  close INDEX;
   
 # Build the pages  # Build the pages
 for (@pages,@other_pages,@testing_pages) {  for (@longlifecycle,@shortlifecycle,@ancillary,@other_pages,@testing_pages) {
     my ($title, $source) = @$_;      my ($title, $source) = @$_;
   
     # read in content      # read in content

Removed from v.1.49  
changed lines
  Added in v.1.51


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