Diff for /loncom/build/readme.html between versions 1.8 and 1.9

version 1.8, 2001/01/17 11:57:59 version 1.9, 2001/01/17 12:00:49
Line 77  file does. Line 77  file does.
 <FONT COLOR="#008800">  <FONT COLOR="#008800">
 <PRE>  <PRE>
 cd loncom/build  cd loncom/build
 rm -Rf HTML <I>(or alternatively, "make clean")</I>  make build
 make HTML  
 cd HTML  
 <I>(look at the index.html file with a web browser such as Netscape)</I>  
 </PRE>  </PRE>
 </FONT>  </FONT>
 <STRONG>General description of what happens</STRONG>  <STRONG>General description of what happens</STRONG>
Line 106  all the software targets from source.  T Line 103  all the software targets from source.  T
 <P>  <P>
 Here is information for one file <TT>tth.so</TT> provided in  Here is information for one file <TT>tth.so</TT> provided in
 <TT>doc/loncapafiles/loncapafiles.html</TT>.  <TT>doc/loncapafiles/loncapafiles.html</TT>.
 <FONT COLOR="#660033">  <FONT COLOR="#330066">
 <PRE>  <PRE>
 <BR>&lt;METAGROUP&gt;  <BR>&lt;METAGROUP&gt;
 <BR>&lt;LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/modules/TexConvert/tthperl/tth.so" TARGET="usr/lib/perl5/site_perl/5.005/tth.so" CATEGORY="system file"&gt;  <BR>&lt;LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/modules/TexConvert/tthperl/tth.so" TARGET="usr/lib/perl5/site_perl/5.005/tth.so" CATEGORY="system file"&gt;
Line 130  besides documentation). Line 127  besides documentation).
 <P>  <P>
 Here is an example of a dynamically generated <TT>Makefile.build</TT>  Here is an example of a dynamically generated <TT>Makefile.build</TT>
 that builds two LON-CAPA files (one of which is <TT>tth.so</TT>.  that builds two LON-CAPA files (one of which is <TT>tth.so</TT>.
 <FONT COLOR="#660033">  <FONT COLOR="#330066">
 <PRE>  <PRE>
 all: ../homework/caparesponse/capa.so ../modules/TexConvert/tthperl/tth.so   all: ../homework/caparesponse/capa.so ../modules/TexConvert/tthperl/tth.so 
   

Removed from v.1.8  
changed lines
  Added in v.1.9


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