[pypy-svn] r16998 - pypy/release/0.7.x/pypy/doc

cfbolz at codespeak.net cfbolz at codespeak.net
Sun Aug 28 13:41:16 CEST 2005


Author: cfbolz
Date: Sun Aug 28 13:41:15 2005
New Revision: 16998

Modified:
   pypy/release/0.7.x/pypy/doc/getting-started.txt
Log:
remove mention pystone2


Modified: pypy/release/0.7.x/pypy/doc/getting-started.txt
==============================================================================
--- pypy/release/0.7.x/pypy/doc/getting-started.txt	(original)
+++ pypy/release/0.7.x/pypy/doc/getting-started.txt	Sun Aug 28 13:41:15 2005
@@ -480,11 +480,9 @@
     cd pypy/translator/goal
     python translate_pypy.py targetrpystone
 
-or a simplified, scaled-down version::
 
-    python translate_pypy.py targetrpystone2
-
-or to create standalone executable using the experimental LLVM_ compiler infrastructure::
+To create a standalone executable using the experimental LLVM_ compiler
+infrastructure::
 
     ./run_pypy-llvm.sh
 



More information about the Pypy-commit mailing list