diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2001-02-17 00:42:56 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2001-02-17 00:42:56 (GMT) |
commit | 30537da0ece2b1c12bde4ef271c8b827d74d7c64 (patch) | |
tree | 6bad28943cf9380588d264c0464d7c901c284b81 /Doc/inst | |
parent | da23c4fef9265518532ccb296e9a7807af703683 (diff) | |
download | cpython-30537da0ece2b1c12bde4ef271c8b827d74d7c64.zip cpython-30537da0ece2b1c12bde4ef271c8b827d74d7c64.tar.gz cpython-30537da0ece2b1c12bde4ef271c8b827d74d7c64.tar.bz2 |
Fix typo
Makefile.pre.in was added in 1.4
Diffstat (limited to 'Doc/inst')
-rw-r--r-- | Doc/inst/inst.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/inst/inst.tex b/Doc/inst/inst.tex index ff60a23..88c1551 100644 --- a/Doc/inst/inst.tex +++ b/Doc/inst/inst.tex @@ -145,7 +145,7 @@ module author fails to provide a setup script. Additionally, while there has not previously been a standard installation mechanism, Python has had some standard machinery for -building extensions on \UNIX{} since Python \XXX{version?}. This +building extensions on \UNIX{} since Python 1.4. This machinery (the \file{Makefile.pre.in} file) is superseded by the Distutils, but it will no doubt live on in older module distributions for a while. This \file{Makefile.pre.in} mechanism is documented in @@ -435,7 +435,7 @@ basic idea is that you supply a base directory for the installation, and the \command{install} command picks a set of directories (called an \emph{installation scheme}) under this base directory in which to install files. The details differ across platforms, so read whichever -of the following section applies to you. +of the following sections applies to you. \subsection{Alternate installation: \UNIX{} (the home scheme)} |