summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ff84d1f..96cdb87 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ upload-pypi:
@twine upload -r bgpypi -s -i sravik@bgsu.edu dist/*.whl
upload-docs:
- @rsync -avz docs/_build/html/ $(COMBOX_DOCS_HOST)
+ @rsync -avz --delete --exclude-from=docs/rsync-exclude.filter docs/_build/html/ $(COMBOX_DOCS_HOST)
clean-docs:
@$(MAKE) -C docs clean