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

Chris Lattner lattner at cs.uiuc.edu
Mon Oct 25 12:39:59 PDT 2004



Changes in directory llvm/docs:

index.html updated: 1.31 -> 1.32
---
Log message:

add a link to the makefile guide, eliminate redundant link to coding stds


---
Diffs of the changes:  (+5 -5)

Index: llvm/docs/index.html
diff -u llvm/docs/index.html:1.31 llvm/docs/index.html:1.32
--- llvm/docs/index.html:1.31	Sun Sep 19 18:15:47 2004
+++ llvm/docs/index.html	Mon Oct 25 14:39:46 2004
@@ -96,10 +96,13 @@
 code to be located outside (or inside) the <tt>llvm/</tt> tree, while using LLVM
 header files and libraries.</li>
 
+<li><a href="MakefileGuide.html">LLVM Makefile Guide</a> - Describes how the
+LLVM makefiles work and how to use them.</li>
+
 <li><a href="CommandLine.html">CommandLine library Reference Manual</a> -
 Provides information on using the command line parsing library.</li>
 
-<li><a href="CodingStandards.html">Recommended LLVM Coding standards</a> -
+<li><a href="CodingStandards.html">LLVM Coding standards</a> -
 Details the LLVM coding standards and provides useful information on writing
 efficient C++ code.</li>
 
@@ -110,9 +113,6 @@
 <li><a href="ExtendingLLVM.html">Extending LLVM</a> - Look here to see how 
 to add instructions and intrinsics to LLVM.</li>
 
-<li><a href="CodingStandards.html">Coding Standards</a> - Guidelines for
-hacking LLVM source.</li>
-
 <li><a href="http://llvm.cs.uiuc.edu/doxygen/">Doxygen generated 
 documentation</a> (<a href="http://llvm.cs.uiuc.edu/doxygen/inherits.html">
 classes</a>)</li>
@@ -205,6 +205,6 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
 
   <a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/09/19 23:15:47 $
+  Last modified: $Date: 2004/10/25 19:39:46 $
 </address>
 






More information about the llvm-commits mailing list