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

Chris Lattner lattner at cs.uiuc.edu
Mon Sep 5 21:07:28 PDT 2005



Changes in directory llvm/docs:

GettingStarted.html updated: 1.119 -> 1.120
---
Log message:

Add a requirement, patch contributed by Henrik Bach.


---
Diffs of the changes:  (+7 -1)

 GettingStarted.html |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletion(-)


Index: llvm/docs/GettingStarted.html
diff -u llvm/docs/GettingStarted.html:1.119 llvm/docs/GettingStarted.html:1.120
--- llvm/docs/GettingStarted.html:1.119	Wed May 18 14:43:25 2005
+++ llvm/docs/GettingStarted.html	Mon Sep  5 23:07:15 2005
@@ -349,6 +349,12 @@
     </tr>
 
     <tr>
+      <td><a href="http://www.gnu.org/software/texinfo">TeXinfo</a></td>
+      <td>4.5</td>
+      <td>For building the CFE</td>
+    </tr>
+
+    <tr>
       <td><a href="http://www.gnu.org/software/flex">Flex</a></td>
       <td>2.5.4</td>
       <td>LEX compiler</td>
@@ -1534,7 +1540,7 @@
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.x10sys.com/rspencer/">Reid Spencer</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2005/05/18 19:43:25 $
+  Last modified: $Date: 2005/09/06 04:07:15 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list