diff options
author | Fred Drake <fdrake@acm.org> | 2004-08-25 14:01:32 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2004-08-25 14:01:32 (GMT) |
commit | e3a1b4888c706c7f9891133bfcf7d5cf1941f5f4 (patch) | |
tree | 40f626dc2aff258fc7b228b4f74cf93ca738db2f /Doc/dist | |
parent | 87c98b2e4b25e4f44a8ecc0ef519db06d30ff43c (diff) | |
download | cpython-e3a1b4888c706c7f9891133bfcf7d5cf1941f5f4.zip cpython-e3a1b4888c706c7f9891133bfcf7d5cf1941f5f4.tar.gz cpython-e3a1b4888c706c7f9891133bfcf7d5cf1941f5f4.tar.bz2 |
clean up markup for --executable description
Diffstat (limited to 'Doc/dist')
-rw-r--r-- | Doc/dist/dist.tex | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/dist/dist.tex b/Doc/dist/dist.tex index b590b31..d01e1fd 100644 --- a/Doc/dist/dist.tex +++ b/Doc/dist/dist.tex @@ -641,8 +641,9 @@ anything very complicated. The only clever feature is that if the first line of the script starts with \code{\#!} and contains the word ``python'', the Distutils will adjust the first line to refer to the current interpreter location. By default, it is replaced with the -current interpreter location. The '--executable=/-e' switch will -allow the interpreter path to be explicitly overridden. +current interpreter location. The \longprogramopt{executable} (or +\programopt{-e}) option will allow the interpreter path to be +explicitly overridden. The \option{scripts} option simply is a list of files to be handled in this way. From the PyXML setup script: |