We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd8d565 commit 8973d7cCopy full SHA for 8973d7c
mk/docs.mk
@@ -217,10 +217,6 @@ endif
217
# Rustdoc (libstd/extra)
218
######################################################################
219
220
-ifeq ($(CFG_PANDOC),)
221
- $(info cfg: no pandoc found, omitting library doc build)
222
-else
223
-
224
# The rustdoc executable
225
RUSTDOC = $(HBIN2_H_$(CFG_BUILD_TRIPLE))/rustdoc$(X_$(CFG_BUILD_TRIPLE))
226
@@ -238,7 +234,6 @@ endef
238
234
239
235
$(eval $(call libdoc,std,$(STDLIB_CRATE),$(CFG_BUILD_TRIPLE)))
240
236
$(eval $(call libdoc,extra,$(EXTRALIB_CRATE),$(CFG_BUILD_TRIPLE)))
241
-endif
242
237
243
244
ifdef CFG_DISABLE_DOCS
0 commit comments