This patch updates Makefile in preperation for moving docproc. Signed-off-by: Peter Foley --- Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Makefile b/Makefile index 56971f9..c823059 100644 --- a/Makefile +++ b/Makefile @@ -1291,6 +1291,7 @@ $(help-board-dirs): help-%: # Documentation targets # --------------------------------------------------------------------------- %docs: scripts_basic FORCE + $(Q)$(MAKE) $(build)=scripts build_docproc $(Q)$(MAKE) $(build)=Documentation/DocBook $@ else # KBUILD_EXTMOD -- 1.7.5.rc1