aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2014-01-18 14:47:41 -0800
committerSteven Fackler <[email protected]>2014-01-18 14:47:41 -0800
commit7bae19741ece04be101268fc4a7e4874ef08fbb0 (patch)
tree5d1520c44271feef27ed406007467c1a3ff52d55 /Makefile
parentShorten crate name (diff)
downloadrust-openssl-7bae19741ece04be101268fc4a7e4874ef08fbb0.tar.xz
rust-openssl-7bae19741ece04be101268fc4a7e4874ef08fbb0.zip
Enable automatic doc upload
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 770efee9..7a1d064b 100644
--- a/Makefile
+++ b/Makefile
@@ -27,6 +27,9 @@ $(OPENSSL_TEST): $(OPENSSL_LIB) | $(BUILDDIR)
clean:
rm -rf $(BUILDDIR)
+doc: $(OPENSSL)
+ rustdoc $(OPENSSL_LIB)
+
print-target:
@echo $(OPENSSL)