summaryrefslogtreecommitdiff
path: root/Documentation/media
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2016-09-05 15:13:27 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-09-05 15:13:27 -0300
commit5049d31bc34d64b255b0470cace7d0221f0d6b0f (patch)
treeac51a1b51d6f7dd9c1d332b863f61f9e42667d85 /Documentation/media
parent8c87a44c96f2863198183add3e5c59f5982c6d00 (diff)
parent87171fb72995577c43ea932ff277c2151648da47 (diff)
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.py5
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'),
+]