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

version 1.50, 2011/06/01 06:34:47 version 1.51, 2011/06/01 06:41:09
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.50  
changed lines
  Added in v.1.51


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