Skip to content

Commit 266fa79

Browse files
committed
Removed a swapfile dropping and updated docs Makefile.
1 parent 285588c commit 266fa79

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,5 @@ htmlcov/
4646
.ruby-version
4747
venv/
4848
.vagrant
49+
*.swp
4950

docs/.make.bat.swp

-16 KB
Binary file not shown.

docs/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ help:
5555
@echo " doctest to run all doctests embedded in the documentation (if enabled)"
5656

5757
clean:
58-
rm -rf $(BUILDDIR)/*
58+
rm -rf docs.zip $(BUILDDIR)/*
5959

60-
zipfile:
60+
zipfile: dirhtml
6161
cd $(BUILDDIR)/dirhtml; $(ZIP) -r -D -o ../../docs.zip .
6262

6363
html:

0 commit comments

Comments
 (0)