add a link to the makefile guide, eliminate redundant link to coding stds
authorChris Lattner <sabre@nondot.org>
Mon, 25 Oct 2004 19:39:46 +0000 (19:39 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 25 Oct 2004 19:39:46 +0000 (19:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17226 91177308-0d34-0410-b5e6-96231b3b80d8

docs/index.html

index 1b6694156fdaf50d278bdb8205b3be801c068a06..f42dbbbbc998ddee925d0b4952dfc475afb3514c 100644 (file)
@@ -96,10 +96,13 @@ templates (directory organization, Makefiles, and test tree) allow the project
 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 @@ done.</li>
 <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>