diff options
author | Greg Ward <gward@python.net> | 2000-08-31 16:36:31 (GMT) |
---|---|---|
committer | Greg Ward <gward@python.net> | 2000-08-31 16:36:31 (GMT) |
commit | e3cca2662704e76f3c0e3609f6c7f8f87b503c73 (patch) | |
tree | ad309997ca262654cc4641c0d128ff9b0abf9edd /Doc/inst | |
parent | 4c3f797128bdd6139390d0b3180bda41adca5db1 (diff) | |
download | cpython-e3cca2662704e76f3c0e3609f6c7f8f87b503c73.zip cpython-e3cca2662704e76f3c0e3609f6c7f8f87b503c73.tar.gz cpython-e3cca2662704e76f3c0e3609f6c7f8f87b503c73.tar.bz2 |
Added abstract.
Diffstat (limited to 'Doc/inst')
-rw-r--r-- | Doc/inst/inst.tex | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/Doc/inst/inst.tex b/Doc/inst/inst.tex index e6baac2..0107ef5 100644 --- a/Doc/inst/inst.tex +++ b/Doc/inst/inst.tex @@ -24,11 +24,20 @@ \author{Greg Ward} \authoraddress{E-mail: \email{gward@python.net}} +\makeindex \begin{document} \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 %Abstract this! @@ -664,8 +673,6 @@ section~\ref{config-files} for details. \section{Distutils Configuration Files} \label{config-files} -\XXX{not even implemented yet, much less documented!} - \section{Pre-Distutils Conventions} \label{pre-distutils} |