diff options
| author | 2016-08-24 17:36:15 +0200 | |
|---|---|---|
| committer | 2016-09-01 08:49:33 -0600 | |
| commit | 951499710be258b85c135ee1f7ebe5f7a4b7ac91 (patch) | |
| tree | 0bad393f07efb529a7feca3e9733cf767d2ca3cc | |
| parent | doc-rst: generic way to build PDF of sub-folders (diff) | |
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>
| -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'), +] |
