* Added link to newly written ExtendingLLVM.html document
* Eliminated extraneous space in the HTML


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12691 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/index.html b/docs/index.html
index 022d23e..bcdb168 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -1,8 +1,7 @@
 <html>
-<title>
-The LLVM Compiler Infrastructure
-</title>
-
+<head>
+  <title>The LLVM Compiler Infrastructure</title>
+</head>
 <body>
 
 <center>
@@ -15,26 +14,18 @@
 
 <hr>
 
-<h2>
-Welcome to LLVM!
-</h2>
+<h2>Welcome to LLVM!</h2>
+
 This file is intended to do four things:
 <ol>
-	<li>
-	help you get started using LLVM;
-	</li>
+  <li>help you get started using LLVM;</li>
 
-	<li>
-	tell you how to get questions about LLVM answered;
-	</li>
+  <li>tell you how to get questions about LLVM answered;</li>
 
-	<li>
-	tell you where to find documentation for different kinds of questions; and
-	</li>
+  <li>tell you where to find documentation for different kinds of questions;
+  and</li>
 
-	<li>
-	tell you about three LLVM-related mailing lists.
-	</li>
+  <li>tell you about three LLVM-related mailing lists.</li>
 </ol>
 
 
@@ -167,32 +158,32 @@
     <dt>
     LLVM Programmers Manual:
     <dd>
-        <a href="ProgrammersManual.html"> llvm/docs/ProgrammersManual.html</a>
+        <a href="ProgrammersManual.html">llvm/docs/ProgrammersManual.html</a>
         <p>
 
     <dt>
     Writing an LLVM Pass:
     <dd>
-        <a href="WritingAnLLVMPass.html"> llvm/docs/WritingAnLLVMPass.html</a>
+        <a href="WritingAnLLVMPass.html">llvm/docs/WritingAnLLVMPass.html</a>
         <p>
 
     <dt>
     Alias Analysis in LLVM:
     <dd>
-        <a href="AliasAnalysis.html"> llvm/docs/AliasAnalysis.html</a>
+        <a href="AliasAnalysis.html">llvm/docs/AliasAnalysis.html</a>
         <p>
 
     <dt>
     Source Level Debugging with LLVM:
     <dd>
-        <a href="SourceLevelDebugging.html"> llvm/docs/SourceLevelDebugging.html</a>
+        <a href="SourceLevelDebugging.html">llvm/docs/SourceLevelDebugging.html</a>
         <p>
 
 
     <dt>
     TableGen Fundamentals:
     <dd>
-        <a href="TableGenFundamentals.html"> llvm/docs/TableGenFundamentals.html</a>
+        <a href="TableGenFundamentals.html">llvm/docs/TableGenFundamentals.html</a>
         <p>
 
 
@@ -208,19 +199,23 @@
     <dt>
     Command Line Library:
     <dd>
-        <a href="CommandLine.html"> llvm/docs/CommandLine.html</a>
+        <a href="CommandLine.html">llvm/docs/CommandLine.html</a>
+        <p>
+
+    <dt>
+    Extending LLVM:
+    <dd>
+        <a href="ExtendingLLVM.html">llvm/docs/ExtendingLLVM.html</a>
         <p>
 
     <dt>
     Coding Standards:
     <dd>
-        <a href="CodingStandards.html"> llvm/docs/CodingStandards.html</a>
+        <a href="CodingStandards.html">llvm/docs/CodingStandards.html</a>
         <p>
 </dl>
 
-<h3>
-Other LLVM Resources:
-</h3>
+<h3>Other LLVM Resources</h3>
 
 <dl compact>
     <dt>
@@ -238,21 +233,20 @@
     <dt>
     Open Projects:
     <dd>
-        <a href="OpenProjects.html"> llvm/docs/OpenProjects.html</a>
+        <a href="OpenProjects.html">llvm/docs/OpenProjects.html</a>
         <p>
 
     <dt>
     Creating a new LLVM Project:
     <dd>
-        <a href="Projects.html"> llvm/docs/Projects.html</a>
+        <a href="Projects.html">llvm/docs/Projects.html</a>
         <p>
 </dl>
 
 <hr>
 
-<h2>
-Mailing Lists
-</h2>
+<h2>Mailing Lists</h2>
+
 There are three mailing lists for providing LLVM users with information:
 
 <ol>
@@ -288,6 +282,7 @@
     volume.
     </p>
 </ol>
+
 </body>
 </html>