From d3309283a113744beb9cb089b03a1bc2b2c734fe Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 3 Apr 2009 22:42:38 +0000 Subject: [PATCH] don't bother generating static html docs, I like the dynamic-skinned versions better --- Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 3aeff739a..a33794837 100644 --- a/Makefile +++ b/Makefile @@ -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: