don't bother generating static html docs, I like the dynamic-skinned versions better

This commit is contained in:
Simon Michael 2009-04-03 22:42:38 +00:00
parent 7637a40df7
commit d3309283a1

View File

@ -208,12 +208,7 @@ Clean: clean clean-docs
DOCS=README NEWS
# rebuild all docs
docs: html pdf api-docs
# rebuild html docs
html:
for d in $(DOCS); do rst2html $$d >doc/$$d.html; done
cd doc; ln -f -s README.html index.html
docs: pdf api-docs
# rebuild pdf docs
pdf: