diff options
author | Guido van Rossum <guido@python.org> | 1997-08-14 19:50:18 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-08-14 19:50:18 (GMT) |
commit | 98046b90d02f6751efaf93946188fe572490b8be (patch) | |
tree | f2702b1c9a43b66c7d6b11caba80ce3acb9f84ca | |
parent | dac444703d1b7022bf3c2307af9232775bf6f2d9 (diff) | |
download | cpython-98046b90d02f6751efaf93946188fe572490b8be.zip cpython-98046b90d02f6751efaf93946188fe572490b8be.tar.gz cpython-98046b90d02f6751efaf93946188fe572490b8be.tar.bz2 |
Minor typo only.
-rw-r--r-- | Doc/ext.tex | 4 | ||||
-rw-r--r-- | Doc/ext/ext.tex | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Doc/ext.tex b/Doc/ext.tex index af4a667..bfcff50 100644 --- a/Doc/ext.tex +++ b/Doc/ext.tex @@ -1258,9 +1258,9 @@ not been tested.) The other package needed is an emulation of Jack Jansen's \code{dl} package that I wrote on top of GNU DLD 3.2.3. This is available from the same host and directory, -file dl-dld-1.1.tar.Z. (The version number may change --- but I doubt +file \file{dl-dld-1.1.tar.Z}. (The version number may change --- but I doubt it will.) Follow the instructions in each package's \file{README} -file to configure build them. +file to configure and build them. Now configure Python. Run the \file{configure} script with the option \code{--with-dl-dld=\var{dl-directory},\var{dld-directory}} where diff --git a/Doc/ext/ext.tex b/Doc/ext/ext.tex index af4a667..bfcff50 100644 --- a/Doc/ext/ext.tex +++ b/Doc/ext/ext.tex @@ -1258,9 +1258,9 @@ not been tested.) The other package needed is an emulation of Jack Jansen's \code{dl} package that I wrote on top of GNU DLD 3.2.3. This is available from the same host and directory, -file dl-dld-1.1.tar.Z. (The version number may change --- but I doubt +file \file{dl-dld-1.1.tar.Z}. (The version number may change --- but I doubt it will.) Follow the instructions in each package's \file{README} -file to configure build them. +file to configure and build them. Now configure Python. Run the \file{configure} script with the option \code{--with-dl-dld=\var{dl-directory},\var{dld-directory}} where |