[Python-checkins] python/dist/src/Doc/dist dist.tex,1.53,1.54

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Tue, 13 May 2003 08:02:09 -0700


Update of /cvsroot/python/python/dist/src/Doc/dist
In directory sc8-pr-cvs1:/tmp/cvs-serv5189

Modified Files:
	dist.tex 
Log Message:
[Bug #713722] Delete dangling references to unwritten sections

Index: dist.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/dist/dist.tex,v
retrieving revision 1.53
retrieving revision 1.54
diff -C2 -d -r1.53 -r1.54
*** dist.tex	25 Apr 2003 16:43:28 -0000	1.53
--- dist.tex	13 May 2003 15:02:06 -0000	1.54
***************
*** 80,86 ****
  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.
  
  If all you want to do is distribute a module called \module{foo},
--- 80,84 ----
  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 all you want to do is distribute a module called \module{foo},
***************
*** 1366,1371 ****
  (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.)
  
  
--- 1364,1368 ----
  (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.)