diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2003-05-13 15:02:06 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2003-05-13 15:02:06 (GMT) |
commit | e9a54a3eaf552a3ee37d93907dee2ad426ea74d0 (patch) | |
tree | 8142e20cfa6a3625b29adb73a0efc1f6437794ce /Doc/dist/dist.tex | |
parent | 47172b4fabf60d047b904d662fd09fc2cd935502 (diff) | |
download | cpython-e9a54a3eaf552a3ee37d93907dee2ad426ea74d0.zip cpython-e9a54a3eaf552a3ee37d93907dee2ad426ea74d0.tar.gz cpython-e9a54a3eaf552a3ee37d93907dee2ad426ea74d0.tar.bz2 |
[Bug #713722] Delete dangling references to unwritten sections
Diffstat (limited to 'Doc/dist/dist.tex')
-rw-r--r-- | Doc/dist/dist.tex | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Doc/dist/dist.tex b/Doc/dist/dist.tex index b466d02..91bb228 100644 --- a/Doc/dist/dist.tex +++ b/Doc/dist/dist.tex @@ -79,9 +79,7 @@ in Python, there are no arbitrary limits to what you can do with it, though you should be careful about putting arbitrarily expensive operations in your setup script. Unlike, say, Autoconf-style configure scripts, the setup script may be run multiple times in the course of -building and installing your module distribution. If you need to -insert potentially expensive processing steps into the Distutils -chain, see section~\ref{extending} on extending the Distutils. +building and installing your module distribution. If all you want to do is distribute a module called \module{foo}, contained in a file \file{foo.py}, then your setup script can be as @@ -1365,8 +1363,7 @@ the \file{.spec} file manually: (Although a better way to do this is probably to override the standard \command{bdist\_rpm} command with one that writes whatever else you want -to the \file{.spec} file; see section~\ref{extending} for information on -extending the Distutils.) +to the \file{.spec} file.) \subsection{Creating Windows Installers} |