summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-04-04 12:48:41 +0200
committerJustus Winter <justus@sequoia-pgp.org>2018-04-04 13:01:10 +0200
commit67f3fb03a6fe8d4fbca24da26ad46ce0090a1fb7 (patch)
tree44cd0cf90fb0bcb71f3c0b55f943a90800f45328 /Makefile
parentb73156ea0af9c65914e0bcebd535269c44f43dd1 (diff)
Document the nettle crate.
- Until the nettle crate is published, we can build the documentation here.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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