This commit is contained in:
Paul Makepeace 2011-05-01 18:05:50 +00:00
commit b4fa504d9c
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# XXX have a Makefile written by someone that knows Makefiles... # XXX have a Makefile written by someone that knows Makefiles...
all: test build install 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
@ -29,3 +29,4 @@ clean:
dist: clean dist: clean
python setup.py sdist python setup.py sdist