[Python-checkins] CVS: python/dist/src/Doc/dist dist.tex,1.29,1.30

A.M. Kuchling akuchling@users.sourceforge.net
Fri, 16 Feb 2001 16:38:50 -0800


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

Modified Files:
	dist.tex 
Log Message:
Fix two typos, and add some omitted \option{} markup


Index: dist.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/dist/dist.tex,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -r1.29 -r1.30
*** dist.tex	2000/11/22 16:06:16	1.29
--- dist.tex	2001/02/17 00:38:48	1.30
***************
*** 394,398 ****
  
  The \class{Extension} class (actually, the underlying extension-building
! machinery implemented by the \command{built\_ext} command) supports a
  great deal of flexibility in describing Python extensions, which is
  explained in the following sections.  
--- 394,398 ----
  
  The \class{Extension} class (actually, the underlying extension-building
! machinery implemented by the \command{build\_ext} command) supports a
  great deal of flexibility in describing Python extensions, which is
  explained in the following sections.  
***************
*** 1029,1033 ****
  based on the information you supply in the setup script, on the command
  line, and in any Distutils configuration files.  Various options and
! section in the \file{.spec} file are derived from options in the setup
  script as follows:
  \begin{tableii}{l|l}{textrm}%
--- 1029,1033 ----
  based on the information you supply in the setup script, on the command
  line, and in any Distutils configuration files.  Various options and
! sections in the \file{.spec} file are derived from options in the setup
  script as follows:
  \begin{tableii}{l|l}{textrm}%
***************
*** 1053,1061 ****
    \lineiii{Group}{\option{group}}{``Development/Libraries''}
    \lineiii{Vendor}{\option{vendor}}{(see above)}
!   \lineiii{Packager}{packager}{(none)}
!   \lineiii{Provides}{provides}{(none)}
!   \lineiii{Requires}{requires}{(none)}
!   \lineiii{Conflicts}{conflicts}{(none)}
!   \lineiii{Obsoletes}{obsoletes}{(none)}
    \lineiii{Distribution}{\option{distribution\_name}}{(none)}
    \lineiii{BuildRequires}{\option{build\_requires}}{(none)}
--- 1053,1061 ----
    \lineiii{Group}{\option{group}}{``Development/Libraries''}
    \lineiii{Vendor}{\option{vendor}}{(see above)}
!   \lineiii{Packager}{\option{packager}}{(none)}
!   \lineiii{Provides}{\option{provides}}{(none)}
!   \lineiii{Requires}{\option{requires}}{(none)}
!   \lineiii{Conflicts}{\option{conflicts}}{(none)}
!   \lineiii{Obsoletes}{\option{obsoletes}}{(none)}
    \lineiii{Distribution}{\option{distribution\_name}}{(none)}
    \lineiii{BuildRequires}{\option{build\_requires}}{(none)}