Merge "Fix building docs as part of checkbuild"

This commit is contained in:
Colin Cross
2020-01-28 22:24:00 +00:00
committed by Gerrit Code Review

View File

@@ -1341,7 +1341,7 @@ modules_to_check += $(foreach m,$(ALL_MODULES),$(ALL_MODULES.$(m).BUILT))
endif
# Build docs as part of checkbuild to catch more breakages.
module_to_check += $(ALL_DOCS)
modules_to_check += $(ALL_DOCS)
# for easier debugging
modules_to_check := $(sort $(modules_to_check))