summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 397d629..5eaf772 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -130,3 +130,10 @@ doctest:
$(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest
@echo "Testing of doctests in the sources finished, look at the " \
"results in $(BUILDDIR)/doctest/output.txt."
+
+upload: html
+ @echo
+ @echo "UPLOADING to webserver"
+ @echo
+ rsync _build/html/* sybren@stuvel.eu:stuvel.eu/manager/files/python-rsa-doc/ -va
+