summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-11-25 12:25:38 +0100
committerJustus Winter <justus@sequoia-pgp.org>2018-11-25 12:25:38 +0100
commitdc7169e014b0b2c4713f50cf986a2f98e5c15325 (patch)
treec89f8d27277c96eff27dec370a54dd408c2cf987 /Makefile
parenta0411da2c66a1c851ef63f917a47bc4a0e9fb475 (diff)
Drop nettle-rs documentation.
- nettle-rs now hosts its own documentation.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9974a630..d0bdfa18 100644
--- a/Makefile
+++ b/Makefile
@@ -67,8 +67,6 @@ doc:
env RUSTDOCFLAGS="$(FFI_RUSTDOCFLAGS)" \
CARGO_TARGET_DIR=$(CARGO_TARGET_DIR) \
$(CARGO) doc $(CARGO_FLAGS) --no-deps --package sequoia-ffi
- CARGO_TARGET_DIR=$(CARGO_TARGET_DIR) \
- $(CARGO) doc $(CARGO_FLAGS) --no-deps --package nettle
.PHONY: deploy-doc
deploy-doc: doc