summaryrefslogtreecommitdiff
path: root/docs/MakefileGuide.rst
diff options
context:
space:
mode:
authorSean Silva <silvas@purdue.edu>2012-11-14 21:09:30 +0000
committerSean Silva <silvas@purdue.edu>2012-11-14 21:09:30 +0000
commitac99eed043e84905bc2fb299ccaf5809e9c0e90f (patch)
treef3e8b22b7ff8dfdb6acdf545f8b158172141a22c /docs/MakefileGuide.rst
parent70a870add82dab944b98ee1840fafff33795fc95 (diff)
downloadllvm-ac99eed043e84905bc2fb299ccaf5809e9c0e90f.tar.gz
llvm-ac99eed043e84905bc2fb299ccaf5809e9c0e90f.tar.bz2
llvm-ac99eed043e84905bc2fb299ccaf5809e9c0e90f.tar.xz
docs: Sphinxify TestingGuide
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167979 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/MakefileGuide.rst')
-rw-r--r--docs/MakefileGuide.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/MakefileGuide.rst b/docs/MakefileGuide.rst
index d2bdd24a9e..2c1d33e962 100644
--- a/docs/MakefileGuide.rst
+++ b/docs/MakefileGuide.rst
@@ -339,7 +339,7 @@ the invocation of ``make check-local`` in the ``test`` directory. The intended
usage for this is to assist in running specific suites of tests. If
``TESTSUITE`` is not set, the implementation of ``check-local`` should run all
normal tests. It is up to the project to define what different values for
-``TESTSUTE`` will do. See the `Testing Guide <TestingGuide.html>`_ for further
+``TESTSUTE`` will do. See the :doc:`Testing Guide <TestingGuide>` for further
details.
``check-local``