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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17226 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-10-25 19:39:46 +00:00
parent 23da7305e8
commit 4c871b5ceb

View 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>