diff --git a/Makefile b/Makefile index 8069616..f6916c0 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # XXX have a Makefile written by someone that knows Makefiles... all: test build install - + readme: # requires docutils, e.g. pip install docutils rst2html.py README.rst > README.html @@ -29,3 +29,4 @@ clean: dist: clean python setup.py sdist + \ No newline at end of file