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

version 1.8, 2001/01/17 11:57:59 version 1.10, 2001/01/17 12:02:00
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 96  build: Line 93  build:
 </PRE>  </PRE>
 </FONT>  </FONT>
 <TT>loncom/build/parse.pl</TT> reads in all the build information out  <TT>loncom/build/parse.pl</TT> reads in all the build information out
 of <TT>doc/loncapafiles/loncapafiles.html.  A new Makefile named  of <TT>doc/loncapafiles/loncapafiles.html</TT>.  A new Makefile named
 <TT>loncom/build/Makefile.build</TT> is dynamically constructed.  <TT>loncom/build/Makefile.build</TT> is dynamically constructed.
 This dynamically generated Makefile is then run to build/compile  This dynamically generated Makefile is then run to build/compile
 all the software targets from source.  This currently takes 10 minutes  all the software targets from source.  This currently takes 10 minutes
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.10


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