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: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
parent
a97369b5e2
commit
60c2820d0f
|
@ -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:
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
kernel-documentation
|
kernel-documentation
|
||||||
linux_tv/index
|
media/media_uapi
|
||||||
|
|
||||||
Indices and tables
|
Indices and tables
|
||||||
==================
|
==================
|
||||||
|
|
|
@ -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
|
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 35 KiB |
|
@ -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
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue