[pypy-svn] r38906 - pypy/dist/pypy/doc/config

cfbolz at codespeak.net cfbolz at codespeak.net
Thu Feb 15 16:23:28 CET 2007


Author: cfbolz
Date: Thu Feb 15 16:23:20 2007
New Revision: 38906

Modified:
   pypy/dist/pypy/doc/config/translation.backend.txt
   pypy/dist/pypy/doc/config/translation.output.txt
   pypy/dist/pypy/doc/config/translation.thread.txt
   pypy/dist/pypy/doc/config/translation.type_system.txt
Log:
four more options


Modified: pypy/dist/pypy/doc/config/translation.backend.txt
==============================================================================
--- pypy/dist/pypy/doc/config/translation.backend.txt	(original)
+++ pypy/dist/pypy/doc/config/translation.backend.txt	Thu Feb 15 16:23:20 2007
@@ -0,0 +1,3 @@
+Which backend to use when translating, see `translation documentation`.
+
+.. _`translation documentation`: ../translation.html

Modified: pypy/dist/pypy/doc/config/translation.output.txt
==============================================================================
--- pypy/dist/pypy/doc/config/translation.output.txt	(original)
+++ pypy/dist/pypy/doc/config/translation.output.txt	Thu Feb 15 16:23:20 2007
@@ -0,0 +1 @@
+Specify file name that the produced executable gets.

Modified: pypy/dist/pypy/doc/config/translation.thread.txt
==============================================================================
--- pypy/dist/pypy/doc/config/translation.thread.txt	(original)
+++ pypy/dist/pypy/doc/config/translation.thread.txt	Thu Feb 15 16:23:20 2007
@@ -0,0 +1,2 @@
+Enable threading. The only target where this has visible effect is PyPy (this
+also enables the ``thread`` module then).

Modified: pypy/dist/pypy/doc/config/translation.type_system.txt
==============================================================================
--- pypy/dist/pypy/doc/config/translation.type_system.txt	(original)
+++ pypy/dist/pypy/doc/config/translation.type_system.txt	Thu Feb 15 16:23:20 2007
@@ -0,0 +1,4 @@
+Which type system to use when rtyping_. This option should not be set
+explicitely.
+
+.. _rtyping: ../rtyper.html



More information about the Pypy-commit mailing list