summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShuah Khan2017-10-03 01:44:19 +0200
committerJonathan Corbet2017-10-12 19:02:11 +0200
commit8d73c512e648bee83b912733876b9b4071353265 (patch)
tree315fdb02717e8cde8c675faef87c5c0a43fd2afd
parentdoc: enhance dochelp include default output location for doc build (diff)
downloadkernel-qcow2-linux-8d73c512e648bee83b912733876b9b4071353265.tar.gz
kernel-qcow2-linux-8d73c512e648bee83b912733876b9b4071353265.tar.xz
kernel-qcow2-linux-8d73c512e648bee83b912733876b9b4071353265.zip
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>
-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 $@