Diff for /doc/build/generate_web_pages.pl between versions 1.4 and 1.5

version 1.4, 2003/09/02 15:45:47 version 1.5, 2003/09/02 15:46:48
Line 71  for (@pages) { Line 71  for (@pages) {
   
 $content .= "</ul>\n";  $content .= "</ul>\n";
   
 my $index = replaceText("Install LON-CAPA", "Install LON-CAPA",  
     $content);  
   
 $content .= <<'POSTLUDE';  $content .= <<'POSTLUDE';
 <hr />  <hr />
 <a name="download" />  <a name="download" />
Line 122  the current version of LON-CAPA as descr Line 119  the current version of LON-CAPA as descr
   
 POSTLUDE  POSTLUDE
   
   my $index = replaceText("Install LON-CAPA", "Install LON-CAPA",
       $content);
   
 print INDEX $index;  print INDEX $index;
 close INDEX;  close INDEX;
   

Removed from v.1.4  
changed lines
  Added in v.1.5


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