diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2009-08-05 15:42:44 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2009-08-05 15:42:44 +0000 |
commit | e15192b36bb5e99838d3f70bf79f7b8bed7a75b9 (patch) | |
tree | f806c1b39e3729a535af21298a405d66f6904990 /docs/CMake.html | |
parent | ea2381eb7143e2ba3ad37de386cabd392b6609d8 (diff) | |
download | external_llvm-e15192b36bb5e99838d3f70bf79f7b8bed7a75b9.zip external_llvm-e15192b36bb5e99838d3f70bf79f7b8bed7a75b9.tar.gz external_llvm-e15192b36bb5e99838d3f70bf79f7b8bed7a75b9.tar.bz2 |
Documentation: fix HTML validation errors.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78196 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CMake.html')
-rw-r--r-- | docs/CMake.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/CMake.html b/docs/CMake.html index b9e4b76..45ece02 100644 --- a/docs/CMake.html +++ b/docs/CMake.html @@ -67,7 +67,7 @@ <ol> - <li><p><a href=http://www.cmake.org/cmake/resources/software.html>Download</a> + <li><p><a href="http://www.cmake.org/cmake/resources/software.html">Download</a> and install CMake. Version 2.6.2 is the minimum required.</p> <li><p>Open a shell. Your development tools must be reachable from this @@ -180,7 +180,7 @@ </div> <p>Variables are stored on the CMake cache. This is a file - named <it>CMakeCache.txt</it> on the root of the build + named <tt>CMakeCache.txt</tt> on the root of the build directory. Do not hand-edit it.</p> <p>Variables are listed here appending its type after a colon. It is |