summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorShuah Khan <shuahkh@osg.samsung.com>2017-10-02 17:44:19 -0600
committerJonathan Corbet <corbet@lwn.net>2017-10-12 11:02:11 -0600
commit8d73c512e648bee83b912733876b9b4071353265 (patch)
tree315fdb02717e8cde8c675faef87c5c0a43fd2afd /Makefile
parent9effc8f70b87cf0c02a2ce264257c34a5fe885d5 (diff)
Makefile: enable dochelp run from main make level
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d1119941261c..bcb20d2c1eac 100644
--- 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 $@