Added abstract.
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{Distutils Configuration Files}
 \label{config-files}
 
-\XXX{not even implemented yet, much less documented!}
-
 
 \section{Pre-Distutils Conventions}
 \label{pre-distutils}