Add a link to the C/C++ front-end building instructions.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9603 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/index.html b/docs/index.html
index b2db1ba..5dc1da0 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -201,6 +201,11 @@
 
 <dl compact>
     <dt>
+    Building the LLVM C/C++ front-end:
+    <dd>
+      <a href="CFEBuildInstrs.html">llvm/docs/CFEBuildInstrs.html</a>
+      <p>
+    <dt>
     Submitting a Bug:
     <dd>
         <a href="http://llvm.cs.uiuc.edu/docs/HowToSubmitABug.html">