diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2006-04-10 21:43:05 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2006-04-10 21:43:05 +0000 |
commit | 8ebd7f937b2a83515cd30467f5ff808a9c139da1 (patch) | |
tree | bafaa4b70e6deda21f907664670eddbabd5f70b7 /docs | |
parent | c6d5ba6521ed5dfb1878dbd4f10c9dfe122cca09 (diff) | |
download | external_llvm-8ebd7f937b2a83515cd30467f5ff808a9c139da1.zip external_llvm-8ebd7f937b2a83515cd30467f5ff808a9c139da1.tar.gz external_llvm-8ebd7f937b2a83515cd30467f5ff808a9c139da1.tar.bz2 |
* Remove duplicated table of contents for a section and at the top level
* Fix relative links within the file
* Add <tt> tags around command names and literal file names and directories
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27566 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/HowToReleaseLLVM.html | 39 |
1 files changed, 14 insertions, 25 deletions
diff --git a/docs/HowToReleaseLLVM.html b/docs/HowToReleaseLLVM.html index decb89f..c0fe8da 100644 --- a/docs/HowToReleaseLLVM.html +++ b/docs/HowToReleaseLLVM.html @@ -11,18 +11,7 @@ <p class="doc_warning">NOTE: THIS DOCUMENT IS A WORK IN PROGRESS!</p> <ol> <li><a href="#introduction">Introduction</a></li> - <li><a href="#process">Release Process</a> - <ol> - <li><a href="overview">Overview</a></li> - <li><a href="merge">Merge Branches</a></li> - <li><a href="build">Build LLVM</a></li> - <li><a href="check">Run 'make check'</a></li> - <li><a href="test">Run LLVM Test Suite</a></li> - <li><a href="deps">make LibDeps.txt</a></li> - <li><a href="tag">cvs tag</a></li> - <li><a href="dist">make dist</a></li> - <li><a href="release">Release</a></li> - </ol></li> + <li><a href="#process">Release Process</a></li> </ol> <div class="doc_author"> <p>Written by <a href="mailto:rspencer@x10sys.com">Reid Spencer</a></p> @@ -48,14 +37,14 @@ deficient.</p> <div class="doc_subsection"><a name="overview">Process Overview</a></div> <div class="doc_text"> <ol> - <li><a href="merge">Merge Branches</a></li> - <li><a href="build">Build LLVM</a></li> - <li><a href="check">Run 'make check'</a></li> - <li><a href="test">Run LLVM Test Suite</a></li> - <li><a href="deps">make LibDeps.txt</a></li> - <li><a href="tag">cvs tag</a></li> - <li><a href="dist">make dist</a></li> - <li><a href="release">release</a></li> + <li><a href="#merge">Merge Branches</a></li> + <li><a href="#build">Build LLVM</a></li> + <li><a href="#check">Run 'make check'</a></li> + <li><a href="#test">Run LLVM Test Suite</a></li> + <li><a href="#deps">make LibDeps.txt</a></li> + <li><a href="#tag">cvs tag</a></li> + <li><a href="#dist">make dist</a></li> + <li><a href="#release">release</a></li> </ol> </div> @@ -74,8 +63,8 @@ deficient.</p> <!-- ======================================================================= --> <div class="doc_subsection"><a name="check">Run 'make check'</a></div> <div class="doc_text"> - <p>Run "make check" and ensure there are no unexpected failures. If there - are, resolve the failures and go back to step 2.</p> + <p>Run <tt>make check</tt> and ensure there are no unexpected failures. If + there are, resolve the failures and go back to step 2.</p> </div> <!-- ======================================================================= --> @@ -88,9 +77,9 @@ deficient.</p> <!-- ======================================================================= --> <div class="doc_subsection"><a name="deps">Make LibDeps.txt</a></div> <div class="doc_text"> - <p>Rebuild the LibDeps.txt target in utils/llvm-config. This makes sure that - the llvm-config utility remains relevant for the release, reflecting any - changes in the library dependencies.</p> + <p>Rebuild the <tt>LibDeps.txt</tt> target in <tt>utils/llvm-config</tt>. This + makes sure that the <tt>llvm-config</tt> utility remains relevant for the + release, reflecting any changes in the library dependencies.</p> </div> <!-- ======================================================================= --> |