[llvm-commits] [hlvm] r38271 - /hlvm/trunk/docs/GettingStarted.html
Reid Spencer
reid at x10sys.com
Sat Jul 7 17:01:50 PDT 2007
Author: reid
Date: Sat Jul 7 19:01:50 2007
New Revision: 38271
URL: http://llvm.org/viewvc/llvm-project?rev=38271&view=rev
Log:
Fix some XHTML problems.
Modified:
hlvm/trunk/docs/GettingStarted.html
Modified: hlvm/trunk/docs/GettingStarted.html
URL: http://llvm.org/viewvc/llvm-project/hlvm/trunk/docs/GettingStarted.html?rev=38271&r1=38270&r2=38271&view=diff
==============================================================================
--- hlvm/trunk/docs/GettingStarted.html (original)
+++ hlvm/trunk/docs/GettingStarted.html Sat Jul 7 19:01:50 2007
@@ -2,8 +2,8 @@
<!--#include virtual="/incl/header.incl" -->
<h1>Getting Started with HLVM</h1>
<ol>
- <li><a href="#quickstart">Quick Start (For The Impatient)</a>
- <li><a href="#overview">Overview</a>
+ <li><a href="#quickstart">Quick Start (For The Impatient)</a></li>
+ <li><a href="#overview">Overview</a></li>
<li><a href="#requirements">Requirements</a>
<ol>
<li><a href="#hardware">Hardware</a>
@@ -117,7 +117,7 @@
HLVM is non-trivial and depends on a number of other software packages. These
packages will be required before you can build HLVM. Taking
a moment to familiarize yourself with HLVM's requirements may save you some
- time in the long run.<p>
+ time in the long run.</p>
<p>The table below shows the software that HLVM depends on. You <b>must</b>
obtain and build these packages yourself if they are not already present on
your system. HLVM won't compile or run without them.</p>
@@ -206,7 +206,7 @@
<td><a href="http://savannah.gnu.org/projects/dejagnu">dejagnu</a></td>
<td>1.4.2</td>
<td>Test suite automation package. You only need this if you want to
- run the automated test suite.</a></sup></td>
+ run the automated test suite.</td>
</tr>
<tr>
<td><a href="http://expect.nist.gov/">expect</a></td>
@@ -240,12 +240,12 @@
<p><b>Notes:</b></p>
<div class="notes">
<ol>
- <li><a name="sf1">Certain LLVM tools are being modified to accommodate HLVM
- as it progresses. Until this situation stabilizes you will be required
+ <li><a name="sf1"></a>Certain LLVM tools are being modified to accommodate
+ HLVM as it progresses. Until this situation stabilizes you will be required
to have a very fresh (recent) version of LLVM from the CVS sources. At
some point in the future, an LLVM release will contain all the features
that HLVM needs and this notice will be removed. Until then, you should
- obtain and build LLVM from CVS and keep it up to date regularly.</a></li>
+ obtain and build LLVM from CVS and keep it up to date regularly.</li>
</ol>
</div>
More information about the llvm-commits
mailing list