[Python-checkins] r50664 - python/trunk/Doc/ext/windows.tex

george.yoshida python-checkins at python.org
Sat Jul 15 18:03:50 CEST 2006


Author: george.yoshida
Date: Sat Jul 15 18:03:49 2006
New Revision: 50664

Modified:
   python/trunk/Doc/ext/windows.tex
Log:
Bug #15187702 : ext/win-cookbook.html has a broken link to distutils


Modified: python/trunk/Doc/ext/windows.tex
==============================================================================
--- python/trunk/Doc/ext/windows.tex	(original)
+++ python/trunk/Doc/ext/windows.tex	Sat Jul 15 18:03:49 2006
@@ -28,13 +28,15 @@
 \section{A Cookbook Approach \label{win-cookbook}}
 
 There are two approaches to building extension modules on Windows,
-just as there are on \UNIX: use the \refmodule{distutils} package to
+just as there are on \UNIX: use the
+\citetitle[../lib/module-distutils.html]{distutils} package to
 control the build process, or do things manually.  The distutils
 approach works well for most extensions; documentation on using
-\refmodule{distutils} to build and package extension modules is
-available in \citetitle[../dist/dist.html]{Distributing Python
-Modules}.  This section describes the manual approach to building
-Python extensions written in C or \Cpp.
+\citetitle[../lib/module-distutils.html]{distutils} to build and
+package extension modules is available in
+\citetitle[../dist/dist.html]{Distributing Python Modules}.  This
+section describes the manual approach to building Python extensions
+written in C or \Cpp.
 
 To build extensions using these instructions, you need to have a copy
 of the Python sources of the same version as your installed Python.


More information about the Python-checkins mailing list