Mailing List Archive

cvs commit: apache-devsite how-to-release.html
jim 98/04/15 10:52:35

Modified: . how-to-release.html
Log:
At least for now, keep .indent.pro and .gdbinit

Revision Changes Path
1.36 +2 -3 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.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- how-to-release.html 1998/04/15 09:31:26 1.35
+++ how-to-release.html 1998/04/15 17:52:34 1.36
@@ -162,10 +162,9 @@
<P>
<LI> Remove <CODE>STATUS</CODE>, <CODE>RULES.CVS</CODE>, <CODE>HTTP_Features.tsv</CODE>,
<CODE>src/INDENT</CODE>, various <CODE>.cvsignore</CODE> and
- <CODE>.indent.pro</CODE> files and the developer's test subdirectories:<BR>
- <CODE><STRONG>$ rm STATUS RULES.CVS HTTP_Features.tsv src/INDENT src/.gdbinit</STRONG></CODE><BR>
+ the developer's test subdirectories:<BR>
+ <CODE><STRONG>$ rm STATUS RULES.CVS HTTP_Features.tsv src/INDENT</STRONG></CODE><BR>
<CODE><STRONG>$ find . -name ".cvsignore" -exec rm {} \;</STRONG></CODE><BR>
- <CODE><STRONG>$ find . -name ".indent.pro" -exec rm {} \;</STRONG></CODE><BR>
<CODE><STRONG>$ rm -rf src/test</STRONG></CODE><BR>
<CODE><STRONG>$ rm -rf src/modules/test</STRONG></CODE>
<UL>