Re-enable support for --program-prefix.
[oota-llvm.git] / docs / development_process.rst
index 5cb7181c644ccb9f4382fae50e2af537417d429c..4fc20b34129db499509f1b624a3a490ad6fb280e 100644 (file)
@@ -6,33 +6,25 @@ Development Process Documentation
 .. toctree::
    :hidden:
 
+   MakefileGuide
    Projects
-   CodingStandards
 
-\
+* :ref:`projects`
 
- * :ref:`projects`
+  How-to guide and templates for new projects that *use* the LLVM
+  infrastructure.  The templates (directory organization, Makefiles, and test
+  tree) allow the project code to be located outside (or inside) the ``llvm/``
+  tree, while using LLVM header files and libraries.
 
-   How-to guide and templates for new projects that *use* the LLVM
-   infrastructure.  The templates (directory organization, Makefiles, and test
-   tree) allow the project code to be located outside (or inside) the ``llvm/``
-   tree, while using LLVM header files and libraries.
+* `LLVMBuild Documentation <LLVMBuild.html>`_
 
- * :ref:`coding_standards`
+  Describes the LLVMBuild organization and files used by LLVM to specify
+  component descriptions.
 
-   Describes a few coding standards that are used in the LLVM source tree. All
-   code submissions must follow the coding standards before being allowed into
-   the source tree.
+* :ref:`makefile_guide`
 
- * `LLVMBuild Documentation <LLVMBuild.html>`_
+  Describes how the LLVM makefiles work and how to use them.
 
-   Describes the LLVMBuild organization and files used by LLVM to specify
-   component descriptions.
+* `How To Release LLVM To The Public <HowToReleaseLLVM.html>`_
 
- * `LLVM Makefile Guide <MakefileGuide.html>`_
-
-   Describes how the LLVM makefiles work and how to use them.
-
- * `How To Release LLVM To The Public <HowToReleaseLLVM.html>`_
-
-   This is a guide to preparing LLVM releases. Most developers can ignore it.
+  This is a guide to preparing LLVM releases. Most developers can ignore it.