mirror of
https://github.com/opencultureconsulting/openrefine-client.git
synced 2025-03-30 00:00:46 +01:00
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…
x
Reference in New Issue
Block a user