From af6f374b7896bf397d01bfabc518b1f8fefb2734 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 10 May 2004 18:39:01 +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 6aa121d78406..5fa60acd97eb 100644 --- a/Doc/doc/doc.tex +++ b/Doc/doc/doc.tex @@ -1825,7 +1825,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 HTML, PDF, and -- 2.47.3