]> granicus.if.org Git - python/commitdiff
Bug #1014775: update NEWS.help for changes in docutils.
authorJohannes Gijsbers <jlg@dds.nl>
Mon, 30 Aug 2004 14:33:25 +0000 (14:33 +0000)
committerJohannes Gijsbers <jlg@dds.nl>
Mon, 30 Aug 2004 14:33:25 +0000 (14:33 +0000)
Misc/NEWS.help

index 99a650a1711984219d73333d08dc15cc12eb5c61..856785fa7db33910a5904b531430c5dd448d39ea 100644 (file)
@@ -11,12 +11,12 @@ snapshot:
 
     http://docutils.sf.net/docutils-snapshot.tgz
 
-Docutils works with Python 2.1 or newer (including 2.3).
+Docutils works with Python 2.2 or newer.
 
 To process NEWS into NEWS.html, first install Docutils, and then run
 this command:
 
-    python .../docutils/tools/html.py NEWS >NEWS.html
+    python .../docutils/tools/rst2html.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.)