[llvm-commits] [llvm] r40417 - /llvm/trunk/docs/HowToReleaseLLVM.html
Bill Wendling
isanbard at gmail.com
Sun Jul 22 21:44:02 PDT 2007
Author: void
Date: Sun Jul 22 23:44:02 2007
New Revision: 40417
URL: http://llvm.org/viewvc/llvm-project?rev=40417&view=rev
Log:
Fix some validation errors.
Modified:
llvm/trunk/docs/HowToReleaseLLVM.html
Modified: llvm/trunk/docs/HowToReleaseLLVM.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/HowToReleaseLLVM.html?rev=40417&r1=40416&r2=40417&view=diff
==============================================================================
--- llvm/trunk/docs/HowToReleaseLLVM.html (original)
+++ llvm/trunk/docs/HowToReleaseLLVM.html Sun Jul 22 23:44:02 2007
@@ -34,6 +34,8 @@
<p>
There are three main tasks for building a release of LLVM:
+ </p>
+
<ol>
<li>Create the LLVM source distribution.</li>
<li>Create the LLVM GCC source distribtuion.</li>
@@ -42,7 +44,6 @@
of the libraries found in <tt>llvm/runtime</tt> from the LLVM
source distribution created in Step 1.</li>
</ol>
- </p>
</div>
<!-- *********************************************************************** -->
@@ -187,8 +188,8 @@
svn co https://llvm.org/svn/llvm-project/llvm-gcc-4.0/branches/release_<i>XX</i>
svn co https://llvm.org/svn/llvm-project/test-suite/branches/release_<i>XX</i>
</pre>
-</div>
- </li>
+</div></li>
+ </ol>
</div>
<!-- ======================================================================= -->
More information about the llvm-commits
mailing list