From: Johannes Gijsbers Date: Mon, 30 Aug 2004 14:33:25 +0000 (+0000) Subject: Bug #1014775: update NEWS.help for changes in docutils. X-Git-Tag: v2.4a3~54 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5ae9743ea63a13006d98020f3410ec73bea8c31a;p=python Bug #1014775: update NEWS.help for changes in docutils. --- diff --git a/Misc/NEWS.help b/Misc/NEWS.help index 99a650a171..856785fa7d 100644 --- a/Misc/NEWS.help +++ b/Misc/NEWS.help @@ -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.)