diff options
| author | Gleb Kozyrev <gleb@gkoz.com> | 2015-06-03 00:49:47 +0300 |
|---|---|---|
| committer | Gleb Kozyrev <gleb@gkoz.com> | 2015-06-03 00:49:47 +0300 |
| commit | b936b1bd7cd28dd55f5ff4dfd47a808452da2b28 (patch) | |
| tree | ac0d3eabe49f34857e73238e3c80461589bfbdf7 | |
| parent | c800b22e95f93ac55cc001b87bfa34852995c3c9 (diff) | |
| download | rust-b936b1bd7cd28dd55f5ff4dfd47a808452da2b28.tar.gz rust-b936b1bd7cd28dd55f5ff4dfd47a808452da2b28.zip | |
mk: fix the CFG_ENABLE_COMPILER_DOCS spelling
| -rw-r--r-- | mk/docs.mk | 2 |
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) |
