Mailing List Archive

cvs commit: apache-devsite how-to-release.html
rse 98/04/15 00:05:01

Modified: . how-to-release.html
Log:
Don't distribute .indent.pro files: they are out-of-date and there is no need
for the user to indent some of the distributed code theirself.

Revision Changes Path
1.34 +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.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- how-to-release.html 1998/04/14 18:54:33 1.33
+++ how-to-release.html 1998/04/15 07:05:00 1.34
@@ -161,10 +161,11 @@
<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>,
- <CODE>src/INDENT</CODE>, various <CODE>.cvsignore</CODE> files
- and the developer's test subdirectories:<BR>
+ <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>$ 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>