diff options
author | Shuah Khan <shuahkh@osg.samsung.com> | 2017-10-02 17:44:19 -0600 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-10-12 11:02:11 -0600 |
commit | 8d73c512e648bee83b912733876b9b4071353265 (patch) | |
tree | 315fdb02717e8cde8c675faef87c5c0a43fd2afd /Makefile | |
parent | 9effc8f70b87cf0c02a2ce264257c34a5fe885d5 (diff) | |
download | linux-8d73c512e648bee83b912733876b9b4071353265.tar.bz2 |
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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $@ |