Skip to content

Commit

Permalink
mk: Don't require pandoc to run rustdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Sep 27, 2013
1 parent dd8d565 commit 8973d7c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions mk/docs.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand All @@ -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
Expand Down

0 comments on commit 8973d7c

Please sign in to comment.