Skip to content

Commit

Permalink
Makefile: enable dochelp run from main make level
Browse files Browse the repository at this point in the history
Change to enable dochelp run from main make level to make it easier to
use it.

Signed-off-by: Shuah Khan <[email protected]>
Signed-off-by: Jonathan Corbet <[email protected]>
  • Loading branch information
Shuah Khan authored and Jonathan Corbet committed Oct 12, 2017
1 parent 9effc8f commit 8d73c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 $@
Expand Down

0 comments on commit 8d73c51

Please sign in to comment.