diff options
author | Bill Wendling <isanbard@gmail.com> | 2012-06-20 04:20:39 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2012-06-20 04:20:39 +0000 |
commit | 74ede098b378730e73c3df9c75b5418f7852ab25 (patch) | |
tree | 4398f9fa0ade30f7abfc8f9acec71778a734a3fe /llvm/docs/development_process.rst | |
parent | 5dc987a3d16bdedbda878755d22425de3fdd6534 (diff) | |
download | bcm5719-llvm-74ede098b378730e73c3df9c75b5418f7852ab25.tar.gz bcm5719-llvm-74ede098b378730e73c3df9c75b5418f7852ab25.zip |
Sphinxify the MakefileGuide document.
llvm-svn: 158789
Diffstat (limited to 'llvm/docs/development_process.rst')
-rw-r--r-- | llvm/docs/development_process.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/docs/development_process.rst b/llvm/docs/development_process.rst index 5cb7181c644..40eb24d4bfb 100644 --- a/llvm/docs/development_process.rst +++ b/llvm/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. |