summaryrefslogtreecommitdiffstats
path: root/docs/index.rst
diff options
context:
space:
mode:
authorChris Bieneman <beanz@apple.com>2016-01-26 22:53:12 +0000
committerChris Bieneman <beanz@apple.com>2016-01-26 22:53:12 +0000
commit6ed3ca91e58dac2696bd7bbf7b60456af7609fae (patch)
tree82cc574306e02bc1ad0559095ae6494787e32561 /docs/index.rst
parent539303e4040ddce1e6d46b72dd8787a4831129d1 (diff)
Fixing the documentation builds
I broke the documentation builds when I deleted the MakefileGuide as part of the autoconf removal. At some point I'll need to do a more in-depth pass updating the documentation to remove references to the old build system. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@258873 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/index.rst b/docs/index.rst
index a69ecfedc580..9ccf8ef5f8e2 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -384,7 +384,6 @@ Information about LLVM's development process.
:hidden:
DeveloperPolicy
- MakefileGuide
Projects
LLVMBuild
HowToReleaseLLVM
@@ -405,9 +404,6 @@ Information about LLVM's development process.
Describes the LLVMBuild organization and files used by LLVM to specify
component descriptions.
-:doc:`MakefileGuide`
- Describes how the LLVM makefiles work and how to use them.
-
:doc:`HowToReleaseLLVM`
This is a guide to preparing LLVM releases. Most developers can ignore it.