summaryrefslogtreecommitdiffstats
path: root/docs/index.rst
diff options
context:
space:
mode:
authorAlexey Samsonov <vonosmas@gmail.com>2016-01-30 01:10:15 +0000
committerAlexey Samsonov <vonosmas@gmail.com>2016-01-30 01:10:15 +0000
commitaf1aa14cb527e9ea442a03cbd37e083111861c86 (patch)
treecef6ba2438cdd955c0be9ef7fa87cb6c16eede57 /docs/index.rst
parentb31edea1847eed061473debbc0d0385e3fb9472b (diff)
[docs] Remove references to autotools build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@259280 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 9ccf8ef5f8e2..a077155630c1 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -70,7 +70,6 @@ representation.
CommandGuide/index
GettingStarted
GettingStartedVS
- BuildingLLVMWithAutotools
FAQ
Lexicon
HowToAddABuilder
@@ -107,10 +106,6 @@ representation.
An addendum to the main Getting Started guide for those using Visual Studio
on Windows.
-:doc:`BuildingLLVMWithAutotools`
- An addendum to the Getting Started guide with instructions for building LLVM
- with the Autotools build system.
-
:doc:`tutorial/index`
Tutorials about using LLVM. Includes a tutorial about making a custom
language with LLVM.