[Python-checkins] python/dist/src/Doc/doc doc.tex,1.64,1.65

fdrake@sourceforge.net fdrake@sourceforge.net
Thu, 02 May 2002 14:10:51 -0700


Update of /cvsroot/python/python/dist/src/Doc/doc
In directory usw-pr-cvs1:/tmp/cvs-serv3252/doc

Modified Files:
	doc.tex 
Log Message:
Remove the warning about the Cygwin directions not working -- the latest
change to Doc/tools/node2label.pl (revision 1.13) makes this work.


Index: doc.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/doc/doc.tex,v
retrieving revision 1.64
retrieving revision 1.65
diff -C2 -d -r1.64 -r1.65
*** doc.tex	1 May 2002 22:05:30 -0000	1.64
--- doc.tex	2 May 2002 21:10:48 -0000	1.65
***************
*** 1758,1767 ****
    \subsection{Working on Cygwin \label{cygwin}}
  
-     \begin{notice}[warning]
-       This section is a work in progress.  It really doesn't work
-       yet.  If anyone knows Cygwin and wants to help, send email to
-       \email{python-docs@python.org}.
-     \end{notice}
- 
      Installing the required tools under Cygwin under Cygwin can be a
      little tedious, if only because many packages are more difficult
--- 1758,1761 ----
***************
*** 1794,1797 ****
--- 1788,1794 ----
  % configure && make install
  \end{verbatim}
+ 
+     You should now be able to build at least the HTML, PDF, and
+     PostScript versions of the formatted documentation.