From aa7a3807a718cca2343ac9df84c40a02c7c6cf55 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Wed, 27 Mar 2019 13:03:16 +0100 Subject: Remove deploy-doc target. - docs.sequoia-pgp.org is now handled by https://gitlab.com/sequoia-pgp/docs.sequoia-pgp.org. - Fixes #232. --- Makefile | 9 --------- 1 file changed, 9 deletions(-) (limited to 'Makefile') 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: -- cgit v1.2.3