From 05d0265fef651de152c8127aa701e689555649f3 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Mon, 18 Apr 2011 23:59:50 +0000 Subject: docs: Use as Heading elements instead of
. H1 ... doc_title H2 ... doc_section H3 ... doc_subsection H4 ... doc_subsubsection git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129736 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/HowToReleaseLLVM.html | 55 ++++++++++++++++++++++------------------------ 1 file changed, 26 insertions(+), 29 deletions(-) (limited to 'docs/HowToReleaseLLVM.html') diff --git a/docs/HowToReleaseLLVM.html b/docs/HowToReleaseLLVM.html index 85398d4..59e7864 100644 --- a/docs/HowToReleaseLLVM.html +++ b/docs/HowToReleaseLLVM.html @@ -7,7 +7,7 @@ -
How To Release LLVM To The Public
+

How To Release LLVM To The Public

  1. Introduction
  2. Qualification Criteria
  3. @@ -23,7 +23,7 @@
- +

Introduction

@@ -36,7 +36,7 @@
- +

Release Timeline

@@ -76,7 +76,7 @@
- +

Release Process

@@ -122,7 +122,7 @@
- +

Release Administrative Tasks

@@ -138,7 +138,7 @@
- +

Create Release Branch

@@ -198,7 +198,7 @@ $ svn co https://llvm.org/svn/llvm-project/cfe/branches/release_XY clang-
- +

Update LLVM Version

@@ -214,7 +214,7 @@ $ svn co https://llvm.org/svn/llvm-project/cfe/branches/release_XY clang-
- +

Build the LLVM Release Candidates

@@ -269,7 +269,7 @@ $ tar -cvf - clang-X.Yrc1 | gzip > clang-X.Yrc1.src.tar.g
- +

Building the Release

@@ -290,7 +290,7 @@ $ tar -cvf - clang-X.Yrc1 | gzip > clang-X.Yrc1.src.tar.g
- +

Build LLVM

@@ -302,7 +302,7 @@ $ tar -cvf - clang-X.Yrc1 | gzip > clang-X.Yrc1.src.tar.g
- +

Build the LLVM GCC Binary Distribution

@@ -329,7 +329,7 @@ $ tar -cvf - clang-X.Yrc1 | gzip > clang-X.Yrc1.src.tar.g
- +

Build Clang Binary Distribution

@@ -350,7 +350,7 @@ $ tar -cvf - clang-X.Yrc1 | gzip > clang-X.Yrc1.src.tar.g
- +

Target Specific Build Details

@@ -372,8 +372,7 @@ $ tar -cvf - clang-X.Yrc1 | gzip > clang-X.Yrc1.src.tar.g
- +

Building the Release

@@ -394,7 +393,7 @@ Building the Release
- +

Qualify LLVM

@@ -405,7 +404,7 @@ Building the Release
- +

Qualify LLVM-GCC

@@ -418,7 +417,7 @@ Building the Release
- +

Qualify Clang

@@ -429,8 +428,7 @@ Building the Release
- +

Specific Target Qualification Details

@@ -447,7 +445,7 @@ Qualification Details
- +

Community Testing

Once all testing has been completed and appropriate bugs filed, the release @@ -484,7 +482,7 @@ Qualification Details

- +

Release Patch Rules

@@ -508,8 +506,7 @@ Qualification Details
- +

Release Final Tasks

@@ -521,7 +518,7 @@ Qualification Details
- +

Update Documentation

@@ -535,7 +532,7 @@ Qualification Details
- +

Tag the LLVM Final Release

@@ -560,7 +557,7 @@ $ svn copy https://llvm.org/svn/llvm-project/cfe/branches/release_XY \
- +

Update the LLVM Demo Page

@@ -570,7 +567,7 @@ $ svn copy https://llvm.org/svn/llvm-project/cfe/branches/release_XY \
- +

Update the LLVM Website

@@ -606,7 +603,7 @@ $ svn copy https://llvm.org/svn/llvm-project/cfe/branches/release_XY \
- +

Announce the Release

-- cgit v1.1