diff options
author | Markus Heiser <markus.heiser@darmarIT.de> | 2016-08-24 17:36:15 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-09-01 16:49:33 +0200 |
commit | 951499710be258b85c135ee1f7ebe5f7a4b7ac91 (patch) | |
tree | 0bad393f07efb529a7feca3e9733cf767d2ca3cc /Documentation/media | |
parent | doc-rst: generic way to build PDF of sub-folders (diff) | |
download | linux-951499710be258b85c135ee1f7ebe5f7a4b7ac91.tar.xz linux-951499710be258b85c135ee1f7ebe5f7a4b7ac91.zip |
doc-rst: define PDF's of the media folder
To build only the PDF of the media folder run::
make SPHINXDIRS=media pdfdocs
Signed-off-by: Markus Heiser <markus.heiser@darmarIT.de>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
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'), +] |