From 67f3fb03a6fe8d4fbca24da26ad46ce0090a1fb7 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Wed, 4 Apr 2018 12:48:41 +0200 Subject: Document the nettle crate. - Until the nettle crate is published, we can build the documentation here. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fb613646..2814e26a 100644 --- a/Makefile +++ b/Makefile @@ -51,6 +51,7 @@ examples: .PHONY: doc doc: $(CARGO) doc $(CARGO_FLAGS) --no-deps --all + $(CARGO) doc $(CARGO_FLAGS) --no-deps --package nettle .PHONY: deploy-doc deploy-doc: doc -- cgit v1.2.3