about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGleb Kozyrev <gleb@gkoz.com>2015-06-03 00:49:47 +0300
committerGleb Kozyrev <gleb@gkoz.com>2015-06-03 00:49:47 +0300
commitb936b1bd7cd28dd55f5ff4dfd47a808452da2b28 (patch)
treeac0d3eabe49f34857e73238e3c80461589bfbdf7
parentc800b22e95f93ac55cc001b87bfa34852995c3c9 (diff)
downloadrust-b936b1bd7cd28dd55f5ff4dfd47a808452da2b28.tar.gz
rust-b936b1bd7cd28dd55f5ff4dfd47a808452da2b28.zip
mk: fix the CFG_ENABLE_COMPILER_DOCS spelling
-rw-r--r--mk/docs.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/docs.mk b/mk/docs.mk
index f3fa4fd908c..922b67d7cc9 100644
--- a/mk/docs.mk
+++ b/mk/docs.mk
@@ -265,7 +265,7 @@ endef
 $(foreach crate,$(CRATES),$(eval $(call DEF_LIB_DOC,$(crate))))
 
 COMPILER_DOC_TARGETS := $(CRATES:%=doc/%/index.html)
-ifdef CFG_COMPILER_DOCS
+ifdef CFG_ENABLE_COMPILER_DOCS
   DOC_TARGETS += $(COMPILER_DOC_TARGETS)
 else
   DOC_TARGETS += $(DOC_CRATES:%=doc/%/index.html)