rse         98/03/05 07:33:58

  Modified:    .        how-to-release.html
  Log:
  The stuff in src/modules/test/ is of the same type as
  the stuff in src/test, so better to leave it out in the
  distribution tarball...
  
  Revision  Changes    Path
  1.30      +3 -2      apache-devsite/how-to-release.html
  
  Index: how-to-release.html
  ===================================================================
  RCS file: /export/home/cvs/apache-devsite/how-to-release.html,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- how-to-release.html       1998/03/05 11:58:34     1.29
  +++ how-to-release.html       1998/03/05 15:33:57     1.30
  @@ -160,10 +160,11 @@
   <P>
   <LI> Remove <CODE>STATUS</CODE>, <CODE>RULES.CVS</CODE>,
        <CODE>src/INDENT</CODE>, various <CODE>.cvsignore</CODE> files
  -     and the developer's test subdirectory:<BR>
  +     and the developer's test subdirectories:<BR>
        <CODE><STRONG>$ rm STATUS RULES.CVS src/INDENT</STRONG></CODE><BR>
  -     <CODE><STRONG>$ find . -name ".cvsignore" -exec rm {} \;</STRONG></CODE>
  +     <CODE><STRONG>$ find . -name ".cvsignore" -exec rm {} 
\;</STRONG></CODE><BR>
        <CODE><STRONG>$ rm -rf src/test</STRONG></CODE><BR>
  +     <CODE><STRONG>$ rm -rf src/modules/test</STRONG></CODE>
        <UL>
        <LI><FONT COLOR="red">Note:</FONT> If you needed to do a
        <CODE>checkout</CODE> instead of a <CODE>export</CODE>, you
  
  
  

Reply via email to