mk: Don't require pandoc to run rustdoc

This commit is contained in:
Alex Crichton 2013-09-27 16:54:45 -07:00
parent dd8d565083
commit 8973d7c3f5
1 changed files with 0 additions and 5 deletions

View File

@ -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