aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2007-07-23 04:44:02 +0000
committerBill Wendling <isanbard@gmail.com>2007-07-23 04:44:02 +0000
commitd4fb79364ff6142f122fc9ae1dd4e7b63d273c76 (patch)
tree7abb9c88e4b76cd5a2ff5a7c8697be5353867cb0 /docs
parent462fc8aa8f581a4ce18508f11ff1cd7236ab353c (diff)
downloadexternal_llvm-d4fb79364ff6142f122fc9ae1dd4e7b63d273c76.zip
external_llvm-d4fb79364ff6142f122fc9ae1dd4e7b63d273c76.tar.gz
external_llvm-d4fb79364ff6142f122fc9ae1dd4e7b63d273c76.tar.bz2
Fix some validation errors.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40417 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/HowToReleaseLLVM.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/HowToReleaseLLVM.html b/docs/HowToReleaseLLVM.html
index 41d3d57..c793421 100644
--- a/docs/HowToReleaseLLVM.html
+++ b/docs/HowToReleaseLLVM.html
@@ -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/branches/release_<i>XX</i>
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>
<!-- ======================================================================= -->