diff options
| author | Bill Wendling <isanbard@gmail.com> | 2007-07-23 04:44:02 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2007-07-23 04:44:02 +0000 |
| commit | 803a639cffc78ca02c746dd1a52afedb5cc3977b (patch) | |
| tree | 368254b0353fb10ce9d3bf8aed01e063af1d22ad /llvm/docs | |
| parent | 922169c3855488751a9670cbe36f1f27c3a503e7 (diff) | |
| download | bcm5719-llvm-803a639cffc78ca02c746dd1a52afedb5cc3977b.tar.gz bcm5719-llvm-803a639cffc78ca02c746dd1a52afedb5cc3977b.zip | |
Fix some validation errors.
llvm-svn: 40417
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/HowToReleaseLLVM.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/llvm/docs/HowToReleaseLLVM.html b/llvm/docs/HowToReleaseLLVM.html index 41d3d57fb65..c7934215d54 100644 --- a/llvm/docs/HowToReleaseLLVM.html +++ b/llvm/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> <!-- ======================================================================= --> |

