[llvm-commits] CVS: llvm/docs/GettingStarted.html

Misha Brukman brukman at cs.uiuc.edu
Wed May 12 14:26:06 PDT 2004


Changes in directory llvm/docs:

GettingStarted.html updated: 1.54 -> 1.55

---
Log message:

Make file standard-compliant once again.


---
Diffs of the changes:  (+11 -22)

Index: llvm/docs/GettingStarted.html
diff -u llvm/docs/GettingStarted.html:1.54 llvm/docs/GettingStarted.html:1.55
--- llvm/docs/GettingStarted.html:1.54	Sat May  1 06:40:07 2004
+++ llvm/docs/GettingStarted.html	Wed May 12 14:25:59 2004
@@ -282,7 +282,7 @@
       These are needed to use the LLVM test suite.  Please note that newer
       versions of QMTest may not work with the LLVM test suite.  QMTest 2.0.3
       can be retrieved from the QMTest CVS repository using the following
-      commands:
+      commands:</p>
       <ul>
         <li><tt>cvs -d :pserver:anoncvs at cvs.codesourcery.com:/home/qm/Repository login</tt>
         </li>
@@ -291,7 +291,7 @@
         <li><tt>cvs -d :pserver:anoncvs at cvs.codesourcery.com:/home/qm/Repository co -r release-2-0-3 qm</tt>
         </li>
       </ul>
-      </p></li>
+      </li>
 
 </ul>
 
@@ -446,27 +446,16 @@
 label:</p>
 
 <ul>
-  <li>
-  Release 1.2: <b>RELEASE_12</b>
-  </li>
-
-  <li>
-  Release 1.1: <b>RELEASE_11</b>
-  </li>
-
-  <li>
-  Release 1.0: <b>RELEASE_1</b>
-  </li>
+<li>Release 1.2: <b>RELEASE_12</b></li>
+<li>Release 1.1: <b>RELEASE_11</b></li>
+<li>Release 1.0: <b>RELEASE_1</b></li>
 </ul>
 
-<p>
-If you would like to get the GCC front end source code, you can also get it
-from the CVS repository:
-<ul>
-  <li><tt>cvs -z3 -d :pserver:anon at llvm-cvs.cs.uiuc.edu:/var/cvs/llvm co
-      llvm-gcc</tt>
-</ul>
-</p>
+<p>If you would like to get the GCC front end source code, you can also get it
+from the CVS repository:</p>
+
+<pre>cvs -z3 -d :pserver:anon at llvm-cvs.cs.uiuc.edu:/var/cvs/llvm co llvm-gcc
+</pre>
 
 </div>
 
@@ -1215,7 +1204,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/05/01 11:40:07 $
+  Last modified: $Date: 2004/05/12 19:25:59 $
 </address>
 
 </body>





More information about the llvm-commits mailing list