Add llvm-ar to the index.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17682 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/CommandGuide/index.html b/docs/CommandGuide/index.html
index a3f0c34..b4d8d66 100644
--- a/docs/CommandGuide/index.html
+++ b/docs/CommandGuide/index.html
@@ -54,6 +54,9 @@
 <li><a href="html/analyze.html"><b>analyze</b></a> -
     run LLVM analyses on a bytecode file and print the results</li>
 
+<li><a href="html/llvm-ar.html"><b>llvm-ar</b></a> - 
+    archive bytecode files</li>
+
 <li><a href="html/llvm-nm.html"><b>llvm-nm</b></a>
     print out the names and types of symbols in a bytecode file</li>
 
diff --git a/docs/index.html b/docs/index.html
index 2e98cb1..cbd8ceb 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -54,6 +54,7 @@
 <li><a href="CommandGuide/index.html">LLVM Command Guide</a> - A reference
 manual for the LLVM command line utilities ("man" pages for LLVM tools).<br/>
 Current tools:
+ <a href="CommandGuide/html/llvm-ar.html">llvm-ar</a>,
  <a href="CommandGuide/html/llvm-as.html">llvm-as</a>,
  <a href="CommandGuide/html/llvm-dis.html">llvm-dis</a>,
  <a href="CommandGuide/html/opt.html">opt</a>,