Diff for /loncom/build/readme.html between versions 1.14 and 1.15

version 1.14, 2001/01/17 13:43:26 version 1.15, 2001/01/17 13:46:02
Line 345  a backup copy is made though.  Informati Line 345  a backup copy is made though.  Informati
 backup copies and restored to the new files by the  backup copies and restored to the new files by the
 <TT>loncaparestoreconfigurations</TT> script.  To ensure that  <TT>loncaparestoreconfigurations</TT> script.  To ensure that
 new file permissions and ownerships are installed, a final set of  new file permissions and ownerships are installed, a final set of
 <TT>chown</TT> and <TT>chmod</TT> commands are called upon all  <TT>chown</TT> and <TT>chmod</TT> commands are called for each of 
 the configuration files.  the configuration files.
 </P>  </P>
 <STRONG>For the truly paranoid</STRONG>  <STRONG>For the truly paranoid</STRONG>
Line 394  This is the actual make target code. Line 394  This is the actual make target code.
 <FONT COLOR="#880000">  <FONT COLOR="#880000">
 <PRE>  <PRE>
 <!-- LONCAPA MAKETARGET=RPM START -->  <!-- LONCAPA MAKETARGET=RPM START -->
 RPM: BinaryRoot  
         cat base_file_list.txt | perl make_rpm.pl base 3.1 '' '' BinaryRoot  
         cat setup_file_list.txt | perl make_rpm.pl setup 3.1 '' '' BinaryRoot  
   
 BinaryRoot:  
         perl parse.pl ../../doc/loncapafiles/loncapafiles.html BinaryRoot  
 <!-- LONCAPA MAKETARGET=RPM END -->  
 </PRE>  </PRE>
 </FONT>  </FONT>
 A <TT>BinaryRoot</TT> directory is generated that reflects the locations,  A <TT>BinaryRoot</TT> directory is generated that reflects the locations,

Removed from v.1.14  
changed lines
  Added in v.1.15


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