From c7c9a3a958041fe8bdeca60cf6bcac772c476721 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 10 May 2004 18:39:32 +0000 Subject: [PATCH] don't make assumptions about $PATH in Cygwin instructions --- Doc/doc/doc.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/doc/doc.tex b/Doc/doc/doc.tex index e7aa0b2552b..c56473dbb21 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