From: Markus Heiser Date: Wed, 24 Aug 2016 15:36:15 +0000 (+0200) Subject: doc-rst: define PDF's of the media folder X-Git-Tag: Ubuntu-5.13.0-19.19~14941^2~61 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=951499710be258b85c135ee1f7ebe5f7a4b7ac91;p=mirror_ubuntu-jammy-kernel.git 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 Signed-off-by: Jonathan Corbet --- 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'), +]