From: Misha Brukman Date: Mon, 10 Apr 2006 21:43:05 +0000 (+0000) Subject: * Remove duplicated table of contents for a section and at the top level X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=8ebd7f937b2a83515cd30467f5ff808a9c139da1 * Remove duplicated table of contents for a section and at the top level * Fix relative links within the file * Add 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 --- diff --git a/docs/HowToReleaseLLVM.html b/docs/HowToReleaseLLVM.html index decb89f174c..c0fe8da4c4c 100644 --- a/docs/HowToReleaseLLVM.html +++ b/docs/HowToReleaseLLVM.html @@ -11,18 +11,7 @@

NOTE: THIS DOCUMENT IS A WORK IN PROGRESS!

  1. Introduction
  2. -
  3. Release Process -
      -
    1. Overview
    2. -
    3. Merge Branches
    4. -
    5. Build LLVM
    6. -
    7. Run 'make check'
    8. -
    9. Run LLVM Test Suite
    10. -
    11. make LibDeps.txt
    12. -
    13. cvs tag
    14. -
    15. make dist
    16. -
    17. Release
    18. -
  4. +
  5. Release Process

Written by Reid Spencer

@@ -48,14 +37,14 @@ deficient.

@@ -74,8 +63,8 @@ deficient.

-

Run "make check" and ensure there are no unexpected failures. If there - are, resolve the failures and go back to step 2.

+

Run make check and ensure there are no unexpected failures. If + there are, resolve the failures and go back to step 2.

@@ -88,9 +77,9 @@ deficient.

-

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.

+

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.