diff options
author | Jani Nikula <jani.nikula@intel.com> | 2016-07-01 08:03:34 -0400 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-07-01 18:15:31 -0400 |
commit | a569bf69f069a86a6914453cc1ab5371d173caf1 (patch) | |
tree | 47ccdbb3be42fa3a299e761eceb654fd91415d9f /Makefile | |
parent | 19abdb15f3c781565f375db2e13d6c9f8bcbb561 (diff) |
Documentation: add cleanmediadocs to the documentation targets
This was broken when updating the documentation targets for the Sphinx
build, and moving from %docs target pattern to explicitly listed
targets.
Cc: Markus Heiser <markus.heiser@darmarit.de>
Cc: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Fixes: 22cba31bae9d ("Documentation/sphinx: add basic working Sphinx configuration and build")
Signed-off-by: Jani Nikula <jani.nikula@intel.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
@@ -1414,7 +1414,7 @@ $(help-board-dirs): help-%: | |||
1414 | 1414 | ||
1415 | # Documentation targets | 1415 | # Documentation targets |
1416 | # --------------------------------------------------------------------------- | 1416 | # --------------------------------------------------------------------------- |
1417 | DOC_TARGETS := xmldocs sgmldocs psdocs pdfdocs htmldocs mandocs installmandocs epubdocs cleandocs | 1417 | DOC_TARGETS := xmldocs sgmldocs psdocs pdfdocs htmldocs mandocs installmandocs epubdocs cleandocs cleanmediadocs |
1418 | PHONY += $(DOC_TARGETS) | 1418 | PHONY += $(DOC_TARGETS) |
1419 | $(DOC_TARGETS): scripts_basic FORCE | 1419 | $(DOC_TARGETS): scripts_basic FORCE |
1420 | $(Q)$(MAKE) $(build)=scripts build_docproc build_check-lc_ctype | 1420 | $(Q)$(MAKE) $(build)=scripts build_docproc build_check-lc_ctype |