aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/www
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-05-04 05:19:07 +0000
committerChris Lattner <sabre@nondot.org>2010-05-04 05:19:07 +0000
commit2dd1552588a4ba1906b587ff29d0147b7fe901de (patch)
tree4e9d7186c9f07a8b81e93c335ed989fe52b5de01 /compiler-rt/www
parent9720514f3be323f8433dc6280cc5d278ab5c9757 (diff)
downloadllvm-2dd1552588a4ba1906b587ff29d0147b7fe901de.zip
llvm-2dd1552588a4ba1906b587ff29d0147b7fe901de.tar.gz
llvm-2dd1552588a4ba1906b587ff29d0147b7fe901de.tar.bz2
improve bullets, patch by Mike Miller
llvm-svn: 103000
Diffstat (limited to 'compiler-rt/www')
-rw-r--r--compiler-rt/www/index.html12
1 files changed, 10 insertions, 2 deletions
diff --git a/compiler-rt/www/index.html b/compiler-rt/www/index.html
index ec62b6d..f8863f8c 100644
--- a/compiler-rt/www/index.html
+++ b/compiler-rt/www/index.html
@@ -130,9 +130,17 @@
<li>cd build</li>
<li>cmake ../compiler-rt</li>
<li>make</li>
- <li>To run the Compiler-RT Test Suit (recommended):</li>
+ </ul>
+
+ <p>To run the Compiler-RT Test Suit (recommended):</p>
+
+ <ul>
<li>ctest</li>
- <li>To Install:</li>
+ </ul>
+
+ <p>To Install:</p>
+
+ <ul>
<li>make install</li>
</ul>