From dc8916968f4087aca70b07a181603d94b4d02207 Mon Sep 17 00:00:00 2001 From: Christophe de Vienne Date: Tue, 11 Oct 2011 17:29:54 +0200 Subject: [PATCH] Add a ziphtml target for preparing the documentation to be uploaded to pypi --- doc/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/Makefile b/doc/Makefile index 36da909..e767786 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -41,6 +41,10 @@ html: @echo @echo "Build finished. The HTML pages are in $(BUILDDIR)/html." +ziphtml: html + rm -f $(BUILDDIR)/html/wsme-documentation.zip + cd $(BUILDDIR)/html && zip -r wsme-documentation.zip . + dirhtml: $(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml @echo