summaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-10-25 19:39:46 +0000
committerChris Lattner <sabre@nondot.org>2004-10-25 19:39:46 +0000
commit4c871b5ceb254cb11811c0516d8824c97da1e40a (patch)
treec37aa9ac0a7524c9908aab65106604d72d128ec3 /docs/index.html
parent23da7305e8675dca4d4cada66725801349fecd9b (diff)
downloadllvm-4c871b5ceb254cb11811c0516d8824c97da1e40a.tar.gz
llvm-4c871b5ceb254cb11811c0516d8824c97da1e40a.tar.bz2
llvm-4c871b5ceb254cb11811c0516d8824c97da1e40a.tar.xz
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
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/index.html b/docs/index.html
index 1b6694156f..f42dbbbbc9 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -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>