summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-03-27 13:03:16 +0100
committerJustus Winter <justus@sequoia-pgp.org>2019-03-27 13:03:16 +0100
commitaa7a3807a718cca2343ac9df84c40a02c7c6cf55 (patch)
treed224ef8e5c5d90c2107e0e468910e560cb0353f3 /Makefile
parent3f7068b34c8961f4bdaf2c8b1aa1cac6c88d73ed (diff)
Remove deploy-doc target.
- docs.sequoia-pgp.org is now handled by https://gitlab.com/sequoia-pgp/docs.sequoia-pgp.org. - Fixes #232.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index d895cefe..e02162b7 100644
--- a/Makefile
+++ b/Makefile
@@ -16,14 +16,9 @@ CARGO_TEST_ARGS ?= --all
# Signing source distributions.
SIGN_WITH ?= XXXXXXXXXXXXXXXX
-# Deploying documentation.
-DOC_TARGET ?= sequoia-pgp.org:docs.sequoia-pgp.org
-RSYNC_FLAGS ?=
-
# Tools.
CARGO ?= cargo
GIT ?= git
-RSYNC ?= rsync
TAR ?= tar
XZ ?= xz
GPG ?= gpg
@@ -74,10 +69,6 @@ doc:
$(CARGO) doc $(CARGO_FLAGS) --no-deps --all
cp --recursive doc/highlight.js $(CARGO_TARGET_DIR)/doc
-.PHONY: deploy-doc
-deploy-doc: doc
- $(RSYNC) $(RSYNC_FLAGS) -r $(CARGO_TARGET_DIR)/doc/* $(DOC_TARGET)
-
# Installation.
.PHONY: build-release
build-release: