rse 97/08/06 00:46:41
Modified: . how-to-release.html
Log:
HTML does not like plain angle brackets.
Revision Changes Path
1.5 +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.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- how-to-release.html 1997/08/06 07:40:10 1.4
+++ how-to-release.html 1997/08/06 07:46:40 1.5
@@ -71,8 +71,8 @@
<code><b> perl -nle 'print $_ if -f $_;'`</b></code>
<P>
<LI> Make the final packed distribution files:<br>
- <code><b>$ gzip -9 <apache_1.2.2.tar >apache_1.2.2.tar.gz</b></code><br>
- <code><b>$ compress <apache_1.2.2.tar >apache_1.2.2.tar.Z</b></code><br>
+ <code><b>$ gzip -9 <apache_1.2.2.tar
>apache_1.2.2.tar.gz</b></code><br>
+ <code><b>$ compress <apache_1.2.2.tar
>apache_1.2.2.tar.Z</b></code><br>
<P>
<LI> Sign the distribution files:<br>
(<i>note: be sure your PGP key is already in the <code>KEYS</code>
file</i>!)<br>