diff options
author | Renato Golin <renato.golin@linaro.org> | 2013-05-28 10:32:55 +0000 |
---|---|---|
committer | Renato Golin <renato.golin@linaro.org> | 2013-05-28 10:32:55 +0000 |
commit | fe4716f7cf0bbabb5694fa452f435cec59bbd0e3 (patch) | |
tree | ca2ab497670c83954aaa250402d8960d8e270231 /docs | |
parent | 06c3c9a9e1cc313d911e939e3e994feaf43cc3a7 (diff) | |
download | external_llvm-fe4716f7cf0bbabb5694fa452f435cec59bbd0e3.zip external_llvm-fe4716f7cf0bbabb5694fa452f435cec59bbd0e3.tar.gz external_llvm-fe4716f7cf0bbabb5694fa452f435cec59bbd0e3.tar.bz2 |
Linking ReleaseProcess doc with the world
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182763 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/HowToReleaseLLVM.rst | 3 | ||||
-rw-r--r-- | docs/ReleaseProcess.rst | 2 | ||||
-rw-r--r-- | docs/index.rst | 3 |
3 files changed, 7 insertions, 1 deletions
diff --git a/docs/HowToReleaseLLVM.rst b/docs/HowToReleaseLLVM.rst index 31877bd..ec16db7 100644 --- a/docs/HowToReleaseLLVM.rst +++ b/docs/HowToReleaseLLVM.rst @@ -14,6 +14,9 @@ including subprojects: e.g., ``clang`` and ``dragonegg`` --- to the public. It is the Release Manager's responsibility to ensure that a high quality build of LLVM is released. +If you're looking for the document on how to test the release candidates and +create the vinary packages, please refer to the :doc:`ReleaseProcess` instead. + .. _timeline: Release Timeline diff --git a/docs/ReleaseProcess.rst b/docs/ReleaseProcess.rst index 174bc30..a682755 100644 --- a/docs/ReleaseProcess.rst +++ b/docs/ReleaseProcess.rst @@ -11,7 +11,7 @@ Introduction This document contains information about testing the release candidates that will ultimately be the next LLVM release. For more information on how to manage the -actual release, please refer to :doc:`HowToReleaseLLVM <HowToReleaseLLVM>`. +actual release, please refer to :doc:`HowToReleaseLLVM`. Overview of the Release Process ------------------------------- diff --git a/docs/index.rst b/docs/index.rst index 6b182da..be72195 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -335,6 +335,9 @@ Information about LLVM's development process. :doc:`HowToReleaseLLVM` This is a guide to preparing LLVM releases. Most developers can ignore it. +:doc:`ReleaseProcess` + This is a validate a new release, during the release process. Most developers can ignore it. + :doc:`Packaging` Advice on packaging LLVM into a distribution. |