diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-07 09:29:48 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-08 09:31:03 -0300 |
commit | 573720f07b3bb5e89168406f890a5e54a448d307 (patch) | |
tree | 73d8b0c140a3e7355d89b63763fd9e45136d8dd0 /Documentation/Makefile.sphinx | |
parent | 249e5ba0be97f34bab45ce29e5c077a011cb507e (diff) | |
download | talos-obmc-linux-573720f07b3bb5e89168406f890a5e54a448d307.tar.gz talos-obmc-linux-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.sphinx | 2 |
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: |