summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2004-05-10 18:39:32 (GMT)
committerFred Drake <fdrake@acm.org>2004-05-10 18:39:32 (GMT)
commitc7c9a3a958041fe8bdeca60cf6bcac772c476721 (patch)
tree4b0df5f0f1f8dbd77ad5ae2949baa111c467ed5b
parentc29db265296b3c31b1f102fced2773ed468ab639 (diff)
downloadcpython-c7c9a3a958041fe8bdeca60cf6bcac772c476721.zip
cpython-c7c9a3a958041fe8bdeca60cf6bcac772c476721.tar.gz
cpython-c7c9a3a958041fe8bdeca60cf6bcac772c476721.tar.bz2
don't make assumptions about $PATH in Cygwin instructions
-rw-r--r--Doc/doc/doc.tex2
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