Skip to content

Commit

Permalink
mk: fix the CFG_ENABLE_COMPILER_DOCS spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
gkoz committed Jun 2, 2015
1 parent c800b22 commit b936b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/docs.mk
Expand Up @@ -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)
Expand Down

0 comments on commit b936b1b

Please sign in to comment.