Diff for /doc/build/generate_web_pages.pl between versions 1.43 and 1.44

version 1.43, 2011/06/01 04:28:52 version 1.44, 2011/06/01 04:36:21
Line 155  $content .= join('',<RELEASE>); Line 155  $content .= join('',<RELEASE>);
 close(RELEASE);  close(RELEASE);
   
 $content .= "<ul>\n";  $content .= "<ul>\n";
   my @testing_pages = ( 
         );
 for (@other_pages) {  for (@other_pages) {
     $content .= "<li><a href='$_->[1].html'>$_->[0]</a></li>\n";      $content .= "<li><a href='$_->[1].html'>$_->[0]</a></li>\n";
 }  }

Removed from v.1.43  
changed lines
  Added in v.1.44


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