diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2013-09-27 16:54:45 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2013-09-27 16:54:45 -0700 |
| commit | 8973d7c3f5022fb6207a8137bd10ffd61fb747fd (patch) | |
| tree | 5d387434b2888f4763620846caa861dc541a9975 | |
| parent | dd8d5650830b5af9c6e01503fa3c3284844ecd5c (diff) | |
| download | rust-8973d7c3f5022fb6207a8137bd10ffd61fb747fd.tar.gz rust-8973d7c3f5022fb6207a8137bd10ffd61fb747fd.zip | |
mk: Don't require pandoc to run rustdoc
| -rw-r--r-- | mk/docs.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mk/docs.mk b/mk/docs.mk index e38590188b3..2839106ab80 100644 --- a/mk/docs.mk +++ b/mk/docs.mk @@ -217,10 +217,6 @@ endif # Rustdoc (libstd/extra) ###################################################################### -ifeq ($(CFG_PANDOC),) - $(info cfg: no pandoc found, omitting library doc build) -else - # The rustdoc executable RUSTDOC = $(HBIN2_H_$(CFG_BUILD_TRIPLE))/rustdoc$(X_$(CFG_BUILD_TRIPLE)) @@ -238,7 +234,6 @@ endef $(eval $(call libdoc,std,$(STDLIB_CRATE),$(CFG_BUILD_TRIPLE))) $(eval $(call libdoc,extra,$(EXTRALIB_CRATE),$(CFG_BUILD_TRIPLE))) -endif ifdef CFG_DISABLE_DOCS |
