[llvm-commits] [llvm] r160082 - in /llvm/trunk/docs: CMake.rst userguides.rst

Chad Rosier mcrosier at apple.com
Wed Jul 11 14:49:14 PDT 2012


Author: mcrosier
Date: Wed Jul 11 16:49:14 2012
New Revision: 160082

URL: http://llvm.org/viewvc/llvm-project?rev=160082&view=rev
Log:
Fixup broken doc link.  Patch by Sean Silva <silvas at purdue.edu>.


Modified:
    llvm/trunk/docs/CMake.rst
    llvm/trunk/docs/userguides.rst

Modified: llvm/trunk/docs/CMake.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CMake.rst?rev=160082&r1=160081&r2=160082&view=diff
==============================================================================
--- llvm/trunk/docs/CMake.rst (original)
+++ llvm/trunk/docs/CMake.rst Wed Jul 11 16:49:14 2012
@@ -1,4 +1,4 @@
-.. _cmake:
+.. _building-with-cmake:
 
 ========================
 Building LLVM with CMake

Modified: llvm/trunk/docs/userguides.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/userguides.rst?rev=160082&r1=160081&r2=160082&view=diff
==============================================================================
--- llvm/trunk/docs/userguides.rst (original)
+++ llvm/trunk/docs/userguides.rst Wed Jul 11 16:49:14 2012
@@ -20,7 +20,7 @@
    Everything from unpacking and compilation of the distribution to execution
    of some tools.
     
-* :ref:`cmake`
+* :ref:`building-with-cmake`
 
    An addendum to the main Getting Started guide for those using the `CMake
    build system <http://www.cmake.org>`_.





More information about the llvm-commits mailing list