Mailing List Archive

cvs commit: apache-devsite how-to-release.html
rse 98/04/15 02:31:27

Modified: . how-to-release.html
Log:
Remove another dotfile which need not be distributed: src/.gdbinit

Revision Changes Path
1.35 +1 -1 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.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- how-to-release.html 1998/04/15 07:05:00 1.34
+++ how-to-release.html 1998/04/15 09:31:26 1.35
@@ -163,7 +163,7 @@
<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</STRONG></CODE><BR>
+ <CODE><STRONG>$ rm STATUS RULES.CVS HTTP_Features.tsv src/INDENT src/.gdbinit</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>