Diff for /loncom/build/readme.html between versions 1.6 and 1.7

version 1.6, 2001/01/17 11:16:16 version 1.7, 2001/01/17 11:20:32
Line 60  This is the actual make target code. Line 60  This is the actual make target code.
 HTML:  HTML:
         install -d HTML          install -d HTML
         cp ../../doc/loncapafiles/*.gif HTML          cp ../../doc/loncapafiles/*.gif HTML
         perl parse.pl ../../doc/loncapafiles/loncapafiles.html HTML > HTML/index          perl parse.pl ../../doc/loncapafiles/loncapafiles.html HTML > HTML/index.html
 .html  
 <!-- LONCAPA MAKETARGET=HTML END -->  <!-- LONCAPA MAKETARGET=HTML END -->
 </PRE>  </PRE>
 </FONT>  </FONT>
   What basically happens is that specially marked-up data in the LON-CAPA
   cvs repository file <TT>doc/loncapafiles.html</TT> is parsed into a more
   viewable format by <TT>loncom/build/parse.pl</TT>.  The resulting
   file gives a very well organized view of all the files, directories,
   links, ownerships, permissions, and brief documentation of what each
   file does.
 </P>  </P>
 <LI><A NAME="makebuild">  <LI><A NAME="makebuild">
     <H2>Compiling the software (make build)</H2>      <H2>Compiling the software (make build)</H2>

Removed from v.1.6  
changed lines
  Added in v.1.7


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