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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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:
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ Contents:
   :maxdepth: 2

   kernel-documentation
   linux_tv/index
   media/media_uapi

Indices and tables
==================
+1 −1
Original line number Diff line number Diff line
@@ -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
Loading