aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/Makefile.sphinx
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2016-07-07 09:29:48 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-07-08 09:31:03 -0300
commit573720f07b3bb5e89168406f890a5e54a448d307 (patch)
tree73d8b0c140a3e7355d89b63763fd9e45136d8dd0 /Documentation/Makefile.sphinx
parentdoc-rst: videodev2.h: add cross-references for defines (diff)
downloadlinux-dev-573720f07b3bb5e89168406f890a5e54a448d307.tar.xz
linux-dev-573720f07b3bb5e89168406f890a5e54a448d307.zip
doc-rst: linux_tv/Makefile: Honor quiet mode
Cleanup the Makefile and handle the V=1 flag and make it to work when specifying an output directory with O=dir Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/Makefile.sphinx')
-rw-r--r--Documentation/Makefile.sphinx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/Makefile.sphinx b/Documentation/Makefile.sphinx
index 37cec114254e..6a093e4397b4 100644
--- a/Documentation/Makefile.sphinx
+++ b/Documentation/Makefile.sphinx
@@ -35,7 +35,7 @@ quiet_cmd_sphinx = SPHINX $@
cmd_sphinx = $(SPHINXBUILD) -b $2 $(ALLSPHINXOPTS) $(BUILDDIR)/$2
htmldocs:
- $(MAKE) -C $(srctree)/Documentation/linux_tv $@
+ $(MAKE) BUILDDIR=$(objtree)/$(BUILDDIR) -f $(srctree)/Documentation/linux_tv/Makefile $@
$(call cmd,sphinx,html)
pdfdocs: