Skip to content

Commit a569bf6

Browse files
jnikulaJonathan Corbet
authored andcommitted
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 <[email protected]> Cc: Mauro Carvalho Chehab <[email protected]> Fixes: 22cba31 ("Documentation/sphinx: add basic working Sphinx configuration and build") Signed-off-by: Jani Nikula <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]>
1 parent 19abdb1 commit a569bf6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Documentation/Makefile.sphinx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ sgmldocs:
5656
psdocs:
5757
mandocs:
5858
installmandocs:
59+
cleanmediadocs:
5960

6061
cleandocs:
6162
$(Q)rm -rf $(BUILDDIR)

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1414,7 +1414,7 @@ $(help-board-dirs): help-%:
14141414

14151415
# Documentation targets
14161416
# ---------------------------------------------------------------------------
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
14181418
PHONY += $(DOC_TARGETS)
14191419
$(DOC_TARGETS): scripts_basic FORCE
14201420
$(Q)$(MAKE) $(build)=scripts build_docproc build_check-lc_ctype

0 commit comments

Comments
 (0)