Subversionify the documentation.
llvm-svn: 38442
diff --git a/llvm/docs/Stacker.html b/llvm/docs/Stacker.html
index 225a27b..102571a 100644
--- a/llvm/docs/Stacker.html
+++ b/llvm/docs/Stacker.html
@@ -1303,8 +1303,9 @@
sure you have the llvm sources in <tt><i>llvm</i></tt>
(see <a href="GettingStarted.html">Getting Started</a>) and then use these
commands:<pre>
- cd <i>llvm</i>/projects
- cvs co llvm-stacker</pre>
+ svn co http://llvm.org/svn/llvm-project/llvm-top/trunk llvm-top
+ cd llvm-top
+ make build MODULE=stacker
</p>
<p>Under the <tt>projects/llvm-stacker</tt> directory you will find the
implementation of the Stacker compiler, as follows:</p>