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 $@ ...@@ -35,7 +35,7 @@ quiet_cmd_sphinx = SPHINX $@
cmd_sphinx = BUILDDIR=$(BUILDDIR) $(SPHINXBUILD) -b $2 $(ALLSPHINXOPTS) $(BUILDDIR)/$2 cmd_sphinx = BUILDDIR=$(BUILDDIR) $(SPHINXBUILD) -b $2 $(ALLSPHINXOPTS) $(BUILDDIR)/$2
htmldocs: htmldocs:
$(MAKE) BUILDDIR=$(BUILDDIR) -f $(srctree)/Documentation/linux_tv/Makefile $@ $(MAKE) BUILDDIR=$(BUILDDIR) -f $(srctree)/Documentation/media/Makefile $@
$(call cmd,sphinx,html) $(call cmd,sphinx,html)
pdfdocs: pdfdocs:
......
...@@ -14,7 +14,7 @@ Contents: ...@@ -14,7 +14,7 @@ Contents:
:maxdepth: 2 :maxdepth: 2
kernel-documentation kernel-documentation
linux_tv/index media/media_uapi
Indices and tables Indices and tables
================== ==================
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
PARSER = $(srctree)/Documentation/sphinx/parse-headers.pl PARSER = $(srctree)/Documentation/sphinx/parse-headers.pl
UAPI = $(srctree)/include/uapi/linux 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 \ FILES = audio.h.rst ca.h.rst dmx.h.rst frontend.h.rst net.h.rst video.h.rst \
videodev2.h.rst videodev2.h.rst
......
...@@ -68,12 +68,12 @@ etc, please mail to: ...@@ -68,12 +68,12 @@ etc, please mail to:
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1
media/v4l/v4l2 uapi/v4l/v4l2
media/dvb/dvbapi uapi/dvb/dvbapi
media/rc/remote_controllers uapi/rc/remote_controllers
media/mediactl/media-controller uapi/mediactl/media-controller
media/gen-errors uapi/gen-errors
media/fdl-appendix uapi/fdl-appendix
.. only:: html .. 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