diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-09-05 20:13:27 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-09-05 20:13:27 +0200 |
commit | 5049d31bc34d64b255b0470cace7d0221f0d6b0f (patch) | |
tree | ac51a1b51d6f7dd9c1d332b863f61f9e42667d85 /Documentation/media | |
parent | [media] m2m-deinterlace: Fix error print during probe (diff) | |
parent | Merge branch 'doc/4.9' into docs-next (diff) | |
download | linux-5049d31bc34d64b255b0470cace7d0221f0d6b0f.tar.xz linux-5049d31bc34d64b255b0470cace7d0221f0d6b0f.zip |
Merge branch 'docs-next' of git://git.lwn.net/linux into patchwork
* 'docs-next' of git://git.lwn.net/linux:
doc-rst: define PDF's of the media folder
doc-rst: generic way to build PDF of sub-folders
docs: sphinx-extensions: add metadata parallel-safe
docs-rst: kernel-doc: fix typedef output in RST format
docs-rst: improve typedef parser
docs: kernel-parameter: Improve the description of nr_cpus and maxcpus
docs-rst: kernel-doc: better output struct members
Diffstat (limited to 'Documentation/media')
-rw-r--r-- | Documentation/media/conf.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/media/conf.py b/Documentation/media/conf.py index 77cb2bbd9461..bef927bc4659 100644 --- a/Documentation/media/conf.py +++ b/Documentation/media/conf.py @@ -3,3 +3,8 @@ project = 'Linux Media Subsystem Documentation' tags.add("subproject") + +latex_documents = [ + ('index', 'media.tex', 'Linux Media Subsystem Documentation', + 'The kernel development community', 'manual'), +] |