summaryrefslogtreecommitdiff
path: root/docs/development_process.rst
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-06-20 04:20:39 +0000
committerBill Wendling <isanbard@gmail.com>2012-06-20 04:20:39 +0000
commit9059390cf0a6d57add00169c28805bb9a59308b6 (patch)
tree3ebd511ebf83eb6454680334370a0d00b64ef1bf /docs/development_process.rst
parenta8e0865b7aaeabee8941503842d7978ebcc11f59 (diff)
downloadllvm-9059390cf0a6d57add00169c28805bb9a59308b6.tar.gz
llvm-9059390cf0a6d57add00169c28805bb9a59308b6.tar.bz2
llvm-9059390cf0a6d57add00169c28805bb9a59308b6.tar.xz
Sphinxify the MakefileGuide document.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158789 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/development_process.rst')
-rw-r--r--docs/development_process.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/development_process.rst b/docs/development_process.rst
index 5cb7181c64..40eb24d4bf 100644
--- a/docs/development_process.rst
+++ b/docs/development_process.rst
@@ -6,8 +6,9 @@ Development Process Documentation
.. toctree::
:hidden:
- Projects
CodingStandards
+ MakefileGuide
+ Projects
\
@@ -29,7 +30,7 @@ Development Process Documentation
Describes the LLVMBuild organization and files used by LLVM to specify
component descriptions.
- * `LLVM Makefile Guide <MakefileGuide.html>`_
+ * :ref:`makefile_guide`
Describes how the LLVM makefiles work and how to use them.