add a pointer to the Distutils Cookbook

This commit is contained in:
Fred Drake 2004-06-14 22:07:50 +00:00
parent b67ad7e671
commit 40333ceeac
1 changed files with 13 additions and 1 deletions

14
Doc/dist/dist.tex vendored
View File

@ -1641,7 +1641,19 @@ through the web interface.
\chapter{Examples} \chapter{Examples}
\label{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)} \section{Pure Python distribution (by module)}
\label{pure-mod} \label{pure-mod}