summaryrefslogtreecommitdiffstats
path: root/Doc/ext/windows.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2006-07-16 01:21:20 (GMT)
committerFred Drake <fdrake@acm.org>2006-07-16 01:21:20 (GMT)
commitec5948aae223e8f4d1ffd86f9eea92aa5ebe7304 (patch)
treea491d9ab4f22ee7e53e274167d434b64b0070daa /Doc/ext/windows.tex
parent5ea4bf1c58aee31ed15faad6985d9a36498fdf02 (diff)
downloadcpython-ec5948aae223e8f4d1ffd86f9eea92aa5ebe7304.zip
cpython-ec5948aae223e8f4d1ffd86f9eea92aa5ebe7304.tar.gz
cpython-ec5948aae223e8f4d1ffd86f9eea92aa5ebe7304.tar.bz2
clean up some link markup
Diffstat (limited to 'Doc/ext/windows.tex')
-rw-r--r--Doc/ext/windows.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/ext/windows.tex b/Doc/ext/windows.tex
index e8ee4e1..f9de548 100644
--- a/Doc/ext/windows.tex
+++ b/Doc/ext/windows.tex
@@ -29,10 +29,10 @@ Python; typically Microsoft Visual \Cpp.
There are two approaches to building extension modules on Windows,
just as there are on \UNIX: use the
-\citetitle[../lib/module-distutils.html]{distutils} package to
+\ulink{\module{distutils}}{../lib/module-distutils.html} package to
control the build process, or do things manually. The distutils
approach works well for most extensions; documentation on using
-\citetitle[../lib/module-distutils.html]{distutils} to build and
+\ulink{\module{distutils}}{../lib/module-distutils.html} 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