Add docs for more crates

This commit is contained in:
Corey Richardson 2013-12-28 13:06:05 -05:00
parent d2a4a107ae
commit 8ca1c344d5
1 changed files with 4 additions and 0 deletions

View File

@ -234,6 +234,10 @@ endef
$(eval $(call libdoc,std,$(STDLIB_CRATE),$(CFG_BUILD)))
$(eval $(call libdoc,extra,$(EXTRALIB_CRATE),$(CFG_BUILD)))
$(eval $(call libdoc,native,$(LIBNATIVE_CRATE),$(CFG_BUILD)))
$(eval $(call libdoc,green,$(LIBGREEN_CRATE),$(CFG_BUILD)))
$(eval $(call libdoc,rustc,$(COMPILER_CRATE),$(CFG_BUILD)))
$(eval $(call libdoc,syntax,$(LIBSYNTAX_CRATE),$(CFG_BUILD)))
ifdef CFG_DISABLE_DOCS