summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <rsd@gnu.org>2017-07-07 01:02:56 +0000
committerrsiddharth <rsd@gnu.org>2017-07-07 01:02:56 +0000
commitf1e37838b50b737ffcf12215729fb4a5b0f3c9d1 (patch)
tree8c785519d046fc9b7ffd99c041b453defdeab88d
parent597db1d537408a07f85a1494aba3d0a554e8cafb (diff)
Makefile: Update upload-docs.
Upload docs to ricketyspace.net.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8503210..1b39742 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ docs:
@$(MAKE) -C docs html
upload-docs: docs
- @python setup.py upload_docs -r pypi --show-response --upload-dir docs/_build/html
+ @rsync -avz --delete docs/_build/html/ $(LPSG_DOCS_HOST)
.PHONY: docs upload-docs