From: Fred Drake Date: Mon, 14 Jun 2004 22:07:50 +0000 (+0000) Subject: add a pointer to the Distutils Cookbook X-Git-Tag: v2.4a1~181 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=40333ceeac8574dffe6cfef13fbe17dfa2596033;p=python add a pointer to the Distutils Cookbook --- diff --git a/Doc/dist/dist.tex b/Doc/dist/dist.tex index b692c069bf..6ba318c19d 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}