Commit 60c2820d authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

doc_rst: rename the media Sphinx suff to Documentation/media

The name of the subsystem is "media", and not "linux_tv". Also,
as we plan to add other stuff there in the future, let's
rename also the media uAPI book to media_uapi, to make it
clearer.

No functional changes.
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent a97369b5
......@@ -35,7 +35,7 @@ quiet_cmd_sphinx = SPHINX $@
cmd_sphinx = BUILDDIR=$(BUILDDIR) $(SPHINXBUILD) -b $2 $(ALLSPHINXOPTS) $(BUILDDIR)/$2
htmldocs:
$(MAKE) BUILDDIR=$(BUILDDIR) -f $(srctree)/Documentation/linux_tv/Makefile $@
$(MAKE) BUILDDIR=$(BUILDDIR) -f $(srctree)/Documentation/media/Makefile $@
$(call cmd,sphinx,html)
pdfdocs:
......
......@@ -14,7 +14,7 @@ Contents:
:maxdepth: 2
kernel-documentation
linux_tv/index
media/media_uapi
Indices and tables
==================
......
......@@ -2,7 +2,7 @@
PARSER = $(srctree)/Documentation/sphinx/parse-headers.pl
UAPI = $(srctree)/include/uapi/linux
SRC_DIR=$(srctree)/Documentation/linux_tv
SRC_DIR=$(srctree)/Documentation/media
FILES = audio.h.rst ca.h.rst dmx.h.rst frontend.h.rst net.h.rst video.h.rst \
videodev2.h.rst
......
......@@ -68,12 +68,12 @@ etc, please mail to:
.. toctree::
:maxdepth: 1
media/v4l/v4l2
media/dvb/dvbapi
media/rc/remote_controllers
media/mediactl/media-controller
media/gen-errors
media/fdl-appendix
uapi/v4l/v4l2
uapi/dvb/dvbapi
uapi/rc/remote_controllers
uapi/mediactl/media-controller
uapi/gen-errors
uapi/fdl-appendix
.. only:: html
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment