[Python-checkins] CVS: distutils/doc/inst inst.tex,1.16,1.17

Greg Ward python-dev@python.org
Thu, 31 Aug 2000 09:36:33 -0700


Update of /cvsroot/python/distutils/doc/inst
In directory slayer.i.sourceforge.net:/tmp/cvs-serv13636/inst

Modified Files:
	inst.tex 
Log Message:
Added abstract.

Index: inst.tex
===================================================================
RCS file: /cvsroot/python/distutils/doc/inst/inst.tex,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** inst.tex	2000/06/30 03:36:41	1.16
--- inst.tex	2000/08/31 16:36:31	1.17
***************
*** 25,28 ****
--- 25,29 ----
  \authoraddress{E-mail: \email{gward@python.net}}
  
+ \makeindex
  
  \begin{document}
***************
*** 30,33 ****
--- 31,42 ----
  \maketitle
  
+ \begin{abstract}
+   \noindent
+   This document describes the Python Distribution Utilities
+   (``Distutils'') from the end-user's point-of-view, describing how to
+   extend the capabilities of a standard Python installation by building
+   and installing third-party Python modules and extensions.
+ \end{abstract}
+ 
  %\begin{abstract}
  %\noindent
***************
*** 664,669 ****
  \section{Distutils Configuration Files}
  \label{config-files}
- 
- \XXX{not even implemented yet, much less documented!}
  
  
--- 673,676 ----