You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by br...@hyperreal.org on 1998/05/04 10:43:46 UTC

cvs commit: apache-devsite how-to-release-win32.html how-to-release.html

brian       98/05/04 01:43:44

  Modified:    .        how-to-release-win32.html how-to-release.html
  Log:
  Removed mention of HTTP_Features.tsv.
  
  Revision  Changes    Path
  1.5       +0 -1      apache-devsite/how-to-release-win32.html
  
  Index: how-to-release-win32.html
  ===================================================================
  RCS file: /export/home/cvs/apache-devsite/how-to-release-win32.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- how-to-release-win32.html	1998/04/17 15:50:16	1.4
  +++ how-to-release-win32.html	1998/05/04 08:43:43	1.5
  @@ -186,7 +186,6 @@
     |  CHANGES
     |  CHANGES.APACI
     |  configure
  -  |  HTTP_Features.tsv
     |  INSTALL
     |  install.dll
     |  KEYS
  
  
  
  1.38      +2 -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.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- how-to-release.html	1998/04/16 00:36:47	1.37
  +++ how-to-release.html	1998/05/04 08:43:43	1.38
  @@ -160,10 +160,10 @@
   <LI> Create <CODE>src/Configuration</CODE> file:<BR>
        <CODE><STRONG>$ cp src/Configuration.tmpl src/Configuration</STRONG></CODE>
   <P>
  -<LI> Remove <CODE>STATUS</CODE>, <CODE>RULES.CVS</CODE>, <CODE>HTTP_Features.tsv</CODE>,
  +<LI> Remove <CODE>STATUS</CODE>, <CODE>RULES.CVS</CODE>, 
        <CODE>src/INDENT</CODE>, various <CODE>.cvsignore</CODE> and
        the developer's test subdirectories:<BR>
  -     <CODE><STRONG>$ rm STATUS RULES.CVS HTTP_Features.tsv src/INDENT</STRONG></CODE><BR>
  +     <CODE><STRONG>$ rm STATUS RULES.CVS src/INDENT</STRONG></CODE><BR>
        <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>