summaryrefslogtreecommitdiff
path: root/docs/userguides.rst
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-07-06 05:51:50 +0000
committerBill Wendling <isanbard@gmail.com>2012-07-06 05:51:50 +0000
commitd9aa95d53410ad3c333e5ceb1d08a012f42716d6 (patch)
tree07f9c488300cee9b66f9e875ca2d349f1ae259fc /docs/userguides.rst
parenta8c4d739f2e763ae6dea7661a3af8393eeebd8ba (diff)
downloadllvm-d9aa95d53410ad3c333e5ceb1d08a012f42716d6.tar.gz
llvm-d9aa95d53410ad3c333e5ceb1d08a012f42716d6.tar.bz2
llvm-d9aa95d53410ad3c333e5ceb1d08a012f42716d6.tar.xz
Sphinxify the CMake document.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159806 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/userguides.rst')
-rw-r--r--docs/userguides.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/userguides.rst b/docs/userguides.rst
index 1b44c48fe9..57f77f84b5 100644
--- a/docs/userguides.rst
+++ b/docs/userguides.rst
@@ -6,6 +6,7 @@ User Guides
.. toctree::
:hidden:
+ CMake
CommandGuide/index
DeveloperPolicy
GettingStartedVS
@@ -19,7 +20,7 @@ User Guides
Everything from unpacking and compilation of the distribution to execution
of some tools.
-* `LLVM CMake guide <CMake.html>`_
+* :ref:`cmake`
An addendum to the main Getting Started guide for those using the `CMake
build system <http://www.cmake.org>`_.