diff options
author | Fred Drake <fdrake@acm.org> | 2004-05-10 18:39:32 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2004-05-10 18:39:32 (GMT) |
commit | c7c9a3a958041fe8bdeca60cf6bcac772c476721 (patch) | |
tree | 4b0df5f0f1f8dbd77ad5ae2949baa111c467ed5b /Doc/doc | |
parent | c29db265296b3c31b1f102fced2773ed468ab639 (diff) | |
download | cpython-c7c9a3a958041fe8bdeca60cf6bcac772c476721.zip cpython-c7c9a3a958041fe8bdeca60cf6bcac772c476721.tar.gz cpython-c7c9a3a958041fe8bdeca60cf6bcac772c476721.tar.bz2 |
don't make assumptions about $PATH in Cygwin instructions
Diffstat (limited to 'Doc/doc')
-rw-r--r-- | Doc/doc/doc.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/doc/doc.tex b/Doc/doc/doc.tex index e7aa0b2..c56473d 100644 --- a/Doc/doc/doc.tex +++ b/Doc/doc/doc.tex @@ -1846,7 +1846,7 @@ This \UNIX\ is also followed by a space. using this command to build and install the software: \begin{verbatim} -% configure && make install +% ./configure && make install \end{verbatim} You should now be able to build at least the DVI, HTML, PDF, and |