Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

docs-rst: fix media cleandocs target

The builddir prefix was missing on make cleandocs. Fix it.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Mauro Carvalho Chehab and committed by
Jonathan Corbet
293fbd4f bf5bfe85

+2 -2
+1 -1
Documentation/Makefile.sphinx
··· 98 98 99 99 cleandocs: 100 100 $(Q)rm -rf $(BUILDDIR) 101 - $(Q)$(MAKE) -C Documentation/media clean 101 + $(Q)$(MAKE) BUILDDIR=$(abspath $(BUILDDIR)) -C Documentation/media clean 102 102 103 103 endif # HAVE_SPHINX 104 104
+1 -1
Documentation/media/Makefile
··· 105 105 latex: $(IMGPDF) all 106 106 107 107 clean: 108 - -rm -f $(DOTTGT) $(IMGTGT) $(patsubst %,$(SRC_DIR)/%,${TARGETS}) 2>/dev/null 108 + -rm -f $(DOTTGT) $(IMGTGT) ${TARGETS} 2>/dev/null 109 109 110 110 $(BUILDDIR): 111 111 $(Q)mkdir -p $@