From 8859a8f3967b861077eb7873b9d79644891ac1c7 Mon Sep 17 00:00:00 2001 From: Paul Makepeace Date: Sun, 1 May 2011 17:07:09 +0000 Subject: [PATCH] Add a way of making a Windows-readable README.txt --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index eeba60e..42a0190 100644 --- a/Makefile +++ b/Makefile @@ -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