We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 285588c commit 266fa79Copy full SHA for 266fa79
3 files changed
.gitignore
@@ -46,4 +46,5 @@ htmlcov/
46
.ruby-version
47
venv/
48
.vagrant
49
+*.swp
50
docs/.make.bat.swp
-16 KB
docs/Makefile
@@ -55,9 +55,9 @@ help:
55
@echo " doctest to run all doctests embedded in the documentation (if enabled)"
56
57
clean:
58
- rm -rf $(BUILDDIR)/*
+ rm -rf docs.zip $(BUILDDIR)/*
59
60
-zipfile:
+zipfile: dirhtml
61
cd $(BUILDDIR)/dirhtml; $(ZIP) -r -D -o ../../docs.zip .
62
63
html:
0 commit comments