Documentation: add cleanmediadocs to the documentation targets
authorJani Nikula <jani.nikula@intel.com>
Fri, 1 Jul 2016 12:03:34 +0000 (15:03 +0300)
committerJonathan Corbet <corbet@lwn.net>
Fri, 1 Jul 2016 22:15:31 +0000 (16:15 -0600)
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>
Documentation/Makefile.sphinx
Makefile

index 810c11f0d37f486cb35fb65133c70616a005b035..6c203745b6c6c92f0997b216b81d69986d81313f 100644 (file)
@@ -56,6 +56,7 @@ sgmldocs:
 psdocs:
 mandocs:
 installmandocs:
+cleanmediadocs:
 
 cleandocs:
        $(Q)rm -rf $(BUILDDIR)
index f7f393c4088627b6e4c129b3db68ae1928d4479f..34bc4e22ec0b70e51fbb6628b3a9335748e0fdb1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1414,7 +1414,7 @@ $(help-board-dirs): help-%:
 
 # Documentation targets
 # ---------------------------------------------------------------------------
-DOC_TARGETS := xmldocs sgmldocs psdocs pdfdocs htmldocs mandocs installmandocs epubdocs cleandocs
+DOC_TARGETS := xmldocs sgmldocs psdocs pdfdocs htmldocs mandocs installmandocs epubdocs cleandocs cleanmediadocs
 PHONY += $(DOC_TARGETS)
 $(DOC_TARGETS): scripts_basic FORCE
        $(Q)$(MAKE) $(build)=scripts build_docproc build_check-lc_ctype