Merge "Fix building docs as part of checkbuild" am: 35e12a7020 am: a8008259f9 am: 0550ae99a4

Change-Id: I1844b23cc9e31c8ea4f5d521cb621e824afc3c53
This commit is contained in:
Automerger Merge Worker 2020-01-28 23:07:48 +00:00
commit 49f0e0283c
1 changed files with 1 additions and 1 deletions

View File

@ -1336,7 +1336,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))