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


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16004 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index 3f404dc..059db91 100644
--- a/docs/GettingStarted.html
+++ b/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