Makefile: enable dochelp run from main make level
authorShuah Khan <shuahkh@osg.samsung.com>
Mon, 2 Oct 2017 23:44:19 +0000 (17:44 -0600)
committerJonathan Corbet <corbet@lwn.net>
Thu, 12 Oct 2017 17:02:11 +0000 (11:02 -0600)
Change to enable dochelp run from main make level to make it easier to
use it.

Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Makefile

index d1119941261c3c8dea12e3d5448b3dd4ff51d243..bcb20d2c1eac2da2baa770957a5e81c7a31c0b06 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1454,7 +1454,7 @@ $(help-board-dirs): help-%:
 
 # Documentation targets
 # ---------------------------------------------------------------------------
-DOC_TARGETS := xmldocs latexdocs pdfdocs htmldocs epubdocs cleandocs linkcheckdocs
+DOC_TARGETS := xmldocs latexdocs pdfdocs htmldocs epubdocs cleandocs linkcheckdocs dochelp
 PHONY += $(DOC_TARGETS)
 $(DOC_TARGETS): scripts_basic FORCE
        $(Q)$(MAKE) $(build)=Documentation $@