Document 'gmake install' vs. 'install-bytecode' (used for bytecode libs)

llvm-svn: 16004
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html
index 3f404dc..059db91 100644
--- a/llvm/docs/GettingStarted.html
+++ b/llvm/docs/GettingStarted.html
@@ -743,6 +743,12 @@
   original state in which it was shipped.
   <p>
 
+  <dt><tt>gmake install</tt>
+  <dd>
+  Installs LLVM libraries and tools in a heirarchy under $PREFIX, specified with
+  <tt>./configure --prefix=[dir]</tt>, defaults to <tt>/usr/local</tt>.
+  <p>
+  
   <dt><tt>gmake install-bytecode</tt>
   <dd>
   Assuming you built LLVM into $OBJDIR, when this command is run in