[Python-checkins] python/dist/src/Doc/dist dist.tex,1.85,1.86

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Wed Aug 25 16:01:36 CEST 2004


Update of /cvsroot/python/python/dist/src/Doc/dist
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10011

Modified Files:
	dist.tex 
Log Message:
clean up markup for --executable description


Index: dist.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/dist/dist.tex,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -d -r1.85 -r1.86
--- dist.tex	25 Aug 2004 11:37:42 -0000	1.85
+++ dist.tex	25 Aug 2004 14:01:32 -0000	1.86
@@ -641,8 +641,9 @@
 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:



More information about the Python-checkins mailing list