commit | c7c9a3a958041fe8bdeca60cf6bcac772c476721 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Mon May 10 18:39:32 2004 +0000 |
committer | Fred Drake <fdrake@acm.org> | Mon May 10 18:39:32 2004 +0000 |
tree | 4b0df5f0f1f8dbd77ad5ae2949baa111c467ed5b | |
parent | c29db265296b3c31b1f102fced2773ed468ab639 [diff] [blame] |
don't make assumptions about $PATH in Cygwin instructions
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 @@ 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