[pypy-svn] r38435 - pypy/dist/pypy/doc

fijal at codespeak.net fijal at codespeak.net
Sun Feb 11 00:11:40 CET 2007


Author: fijal
Date: Sun Feb 11 00:11:39 2007
New Revision: 38435

Modified:
   pypy/dist/pypy/doc/faq.txt
Log:
Rename


Modified: pypy/dist/pypy/doc/faq.txt
==============================================================================
--- pypy/dist/pypy/doc/faq.txt	(original)
+++ pypy/dist/pypy/doc/faq.txt	Sun Feb 11 00:11:39 2007
@@ -227,7 +227,7 @@
 `pypy/translator/goal/targetnopstandalone.py`_, which you compile by
 typing::
 
-    python translate_pypy.py targetnopstandalone
+    python translate.py targetnopstandalone
 
 You can have a look at intermediate C source code, which is (at the
 moment) put in ``/tmp/usession-*/testing_1/testing_1.c``.  Of course,



More information about the Pypy-commit mailing list