Skip to content

Commit 812785e

Browse files
committed
auto merge of #14476 : luqmana/rust/docs, r=alexcrichton
We were still generating compiler docs even with --disable-docs passed. cc @pnkfelix
2 parents aa15195 + 213d54e commit 812785e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mk/docs.mk

+1
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ $(foreach crate,$(COMPILER_DOC_CRATES),$(eval $(call DEF_LIB_DOC,$(crate),COMPIL
287287
ifdef CFG_DISABLE_DOCS
288288
$(info cfg: disabling doc build (CFG_DISABLE_DOCS))
289289
DOC_TARGETS :=
290+
COMPILER_DOC_TARGETS :=
290291
endif
291292

292293
docs: $(DOC_TARGETS)

0 commit comments

Comments
 (0)