clean up markup for --executable description

This commit is contained in:
Fred Drake 2004-08-25 14:01:32 +00:00
parent 87c98b2e4b
commit e3a1b4888c

5
Doc/dist/dist.tex vendored
View file

@ -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 first line of the script starts with \code{\#!} and contains the word
``python'', the Distutils will adjust the first line to refer to the ``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. By default, it is replaced with the
current interpreter location. The '--executable=/-e' switch will current interpreter location. The \longprogramopt{executable} (or
allow the interpreter path to be explicitly overridden. \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 The \option{scripts} option simply is a list of files to be handled
in this way. From the PyXML setup script: in this way. From the PyXML setup script: