[Python-checkins] python/dist/src/Misc NEWS.help,1.2,1.3

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Tue, 31 Dec 2002 09:51:34 -0800


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv17793

Modified Files:
	NEWS.help 
Log Message:
Add recipe for creating NEWS.html.


Index: NEWS.help
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS.help,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** NEWS.help	30 Sep 2002 15:25:13 -0000	1.2
--- NEWS.help	31 Dec 2002 17:51:30 -0000	1.3
***************
*** 12,15 ****
--- 12,26 ----
      http://docutils.sf.net/docutils-snapshot.tgz
  
+ Unfortunately, docutils doesn't work with Python 2.3 yet; you need
+ Python 2.2.2 (or perhaps an older version).
+ 
+ To process NEWS into NEWS.html, first install docutils for Python 2.2,
+ and then run this command:
+ 
+     python2.2 .../docutils/tools/html.py NEWS >NEWS.html
+ 
+ Here ".../docutils" is the directory into which the above snapshot was
+ extracted.  (I hope this recipe will change for the better.)
+ 
  David Goodger made a change to the allowable structure of internal
  references which greatly simplified initial conversion of the file.