]> granicus.if.org Git - python/commitdiff
add a pointer to the Distutils Cookbook
authorFred Drake <fdrake@acm.org>
Mon, 14 Jun 2004 22:07:50 +0000 (22:07 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 14 Jun 2004 22:07:50 +0000 (22:07 +0000)
Doc/dist/dist.tex

index b692c069bf61f63029307e1b0ff5eba28b19fa8c..6ba318c19d680a41c1492860b17f739e7213e6dc 100644 (file)
@@ -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}