Add a way of making a Windows-readable README.txt

This commit is contained in:
Paul Makepeace 2011-05-01 17:07:09 +00:00
parent f863045f01
commit 8859a8f396
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ all: test build install
readme:
# requires docutils, e.g. pip install docutils
rst2html.py README.rst > README.html
w3m -dump README.html | unix2dos > README.txt
test:
python setup.py test