summaryrefslogtreecommitdiffstats
path: root/Doc/inst/inst.tex
diff options
context:
space:
mode:
authorGreg Ward <gward@python.net>2000-08-31 16:36:31 (GMT)
committerGreg Ward <gward@python.net>2000-08-31 16:36:31 (GMT)
commite3cca2662704e76f3c0e3609f6c7f8f87b503c73 (patch)
treead309997ca262654cc4641c0d128ff9b0abf9edd /Doc/inst/inst.tex
parent4c3f797128bdd6139390d0b3180bda41adca5db1 (diff)
downloadcpython-e3cca2662704e76f3c0e3609f6c7f8f87b503c73.zip
cpython-e3cca2662704e76f3c0e3609f6c7f8f87b503c73.tar.gz
cpython-e3cca2662704e76f3c0e3609f6c7f8f87b503c73.tar.bz2
Added abstract.
Diffstat (limited to 'Doc/inst/inst.tex')
-rw-r--r--Doc/inst/inst.tex11
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}