diff options
author | Dmitri Gribenko <gribozavr@gmail.com> | 2012-12-07 16:42:48 +0000 |
---|---|---|
committer | Dmitri Gribenko <gribozavr@gmail.com> | 2012-12-07 16:42:48 +0000 |
commit | 69c0239a2673ea97e2adbcf0562dc2396b5df35c (patch) | |
tree | 48306f6942fddb2881411ab19edec861029bc9a9 /docs/development_process.rst | |
parent | 9f90c7341562bd667879b1aa0ab874da1856e7d0 (diff) | |
download | external_llvm-69c0239a2673ea97e2adbcf0562dc2396b5df35c.zip external_llvm-69c0239a2673ea97e2adbcf0562dc2396b5df35c.tar.gz external_llvm-69c0239a2673ea97e2adbcf0562dc2396b5df35c.tar.bz2 |
Convert HowToReleaseLLVM.html to reST
Patch by Alexander Zinenko.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169608 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/development_process.rst')
-rw-r--r-- | docs/development_process.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/development_process.rst b/docs/development_process.rst index 74324b9..ecd4c6a 100644 --- a/docs/development_process.rst +++ b/docs/development_process.rst @@ -9,6 +9,7 @@ Development Process Documentation MakefileGuide Projects LLVMBuild + HowToReleaseLLVM * :ref:`projects` @@ -26,6 +27,6 @@ Development Process Documentation Describes how the LLVM makefiles work and how to use them. -* `How To Release LLVM To The Public <HowToReleaseLLVM.html>`_ +* :doc:`HowToReleaseLLVM` This is a guide to preparing LLVM releases. Most developers can ignore it. |