Skip to content

Commit

Permalink
Added zip target for docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerome Kelleher committed Oct 22, 2013
1 parent 91ad7f6 commit bfaca1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -154,3 +154,7 @@ doctest:
$(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest
@echo "Testing of doctests in the sources finished, look at the " \
"results in $(BUILDDIR)/doctest/output.txt."

zip:
cd build/html && zip docs.zip -r *
mv build/html/docs.zip ./

0 comments on commit bfaca1a

Please sign in to comment.