Add a way of making a Windows-readable README.txt
This commit is contained in:
parent
f863045f01
commit
8859a8f396
1
Makefile
1
Makefile
|
@ -9,6 +9,7 @@ all: test build install
|
||||||
readme:
|
readme:
|
||||||
# requires docutils, e.g. pip install docutils
|
# requires docutils, e.g. pip install docutils
|
||||||
rst2html.py README.rst > README.html
|
rst2html.py README.rst > README.html
|
||||||
|
w3m -dump README.html | unix2dos > README.txt
|
||||||
|
|
||||||
test:
|
test:
|
||||||
python setup.py test
|
python setup.py test
|
||||||
|
|
Loading…
Reference in New Issue