summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2004-06-14 22:07:50 (GMT)
committerFred Drake <fdrake@acm.org>2004-06-14 22:07:50 (GMT)
commit40333ceeac8574dffe6cfef13fbe17dfa2596033 (patch)
tree628a62aa1753350d7318acac2093546e0e3d5ee8
parentb67ad7e67159365faa1e61d436df99010bc7c97d (diff)
downloadcpython-40333ceeac8574dffe6cfef13fbe17dfa2596033.zip
cpython-40333ceeac8574dffe6cfef13fbe17dfa2596033.tar.gz
cpython-40333ceeac8574dffe6cfef13fbe17dfa2596033.tar.bz2
add a pointer to the Distutils Cookbook
-rw-r--r--Doc/dist/dist.tex14
1 files changed, 13 insertions, 1 deletions
diff --git a/Doc/dist/dist.tex b/Doc/dist/dist.tex
index b692c06..6ba318c 100644
--- a/Doc/dist/dist.tex
+++ b/Doc/dist/dist.tex
@@ -1641,7 +1641,19 @@ through the web interface.
\chapter{Examples}
\label{examples}
-
+
+This chapter provides a number of basic examples to help get started
+with distutils. Additional information about using distutils can be
+found in the Distutils Cookbook.
+
+\begin{seealso}
+ \seelink{http://www.python.org/cgi-bin/moinmoin/DistutilsCookbook}
+ {Distutils Cookbook}
+ {Collection of recipes showing how to achieve more control
+ over distutils.}
+\end{seealso}
+
+
\section{Pure Python distribution (by module)}
\label{pure-mod}