Sphinxify the MakefileGuide document.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158789 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bill Wendling
2012-06-20 04:20:39 +00:00
parent a8e0865b7a
commit 9059390cf0
3 changed files with 959 additions and 1041 deletions

View File

@@ -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.