Diff for /loncom/build/readme.html between versions 1.20 and 1.22

version 1.20, 2002/08/14 17:07:19 version 1.22, 2003/02/03 18:03:52
Line 5 Line 5
 <html>  <html>
 <head>  <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>  <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
 <meta name="GENERATOR"  
       content="Scott Harrison and Emacs Version 3.14159265358979"></meta>  
 <title>LON-CAPA Software Developer Guide</title>  <title>LON-CAPA Software Developer Guide</title>
 </head>  </head>
 <body>  <body>
 <h1>LON-CAPA Software Developer Guide</h1>  <h1>LON-CAPA Software Developer Guide</h1>
 <p>  <p>
 <br /><i>Written by Scott,<br />  
 <a href="mailto:sharrison@users.sourceforge.net">  
 sharrison@users.sourceforge.net</a>,<br />  
 January 17, 2001</i>  January 17, 2001</i>
 <br /><i>Last updated, August 14, 2002</i>  <br /><i>Last updated, August 14, 2002</i>
 </p>  </p>
Line 659  RPM: BinaryRoot base_rpm_file_list Line 654  RPM: BinaryRoot base_rpm_file_list
  cat $(SOURCE)/doc/loncapafiles/loncapafiles.lpml | \   cat $(SOURCE)/doc/loncapafiles/loncapafiles.lpml | \
  perl lpml_parse.pl make_rpm $(CATEGORY) $(DIST) $(SOURCE) $(TARGET) \   perl lpml_parse.pl make_rpm $(CATEGORY) $(DIST) $(SOURCE) $(TARGET) \
  > base_customizerpm.xml   > base_customizerpm.xml
  cat base_rpm_file_list.txt | perl make_rpm.pl base 3.2 '' '' \   cat base_rpm_file_list.txt | perl make_rpm.pl base 3.2 1 '' '' \
  BinaryRoot base_customizerpm.xml   BinaryRoot base_customizerpm.xml
   
 BinaryRoot: base_rpm_file_list  BinaryRoot: base_rpm_file_list
Line 683  occur on the '/' filesystem location. Line 678  occur on the '/' filesystem location.
 span of months) and, unlike other automated RPM-builders, cleanly  span of months) and, unlike other automated RPM-builders, cleanly
 builds new RPMs without any after-effect of temporary files left  builds new RPMs without any after-effect of temporary files left
 on the system.  The generated RPM is labeled in the format  on the system.  The generated RPM is labeled in the format
 LON-CAPA-base-(VERSION)-1.i386.  VERSION is specified inside the  LON-CAPA-base-(VERSION)-(RELEASE).i386.  VERSION is specified inside the
 Makefile.  Makefile.
 </p>  </p>
 </li>  </li>

Removed from v.1.20  
changed lines
  Added in v.1.22


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