summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2019-05-14 17:25:56 +0200
committerMatěj Cepl <mcepl@cepl.eu>2019-05-14 17:25:56 +0200
commit55d4e9542de3519fb0085da9abfd8e0b8eee0d7a (patch)
tree7fb876c783bb73d55359c71be48c2d927c288352 /doc/Makefile
parent2dc2935f2aeaa57bb6d066cf9c01f337a8c9e506 (diff)
downloadm2crypto-55d4e9542de3519fb0085da9abfd8e0b8eee0d7a.tar.gz
Correct URL of https://www.schneier.com/academic/smime/
Renegerate documentation.
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile
index f755563..cbe8480 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -39,7 +39,7 @@ help:
@echo " doctest to run all doctests embedded in the documentation (if enabled)"
clean:
- -rm -rf $(BUILDDIR)/*
+ -rm -rf $(BUILDDIR)/{doctrees,html}
html:
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html