mirror of
https://github.com/torvalds/linux.git
synced 2024-11-04 11:04:38 +00:00
951499710b
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>
11 lines
252 B
Python
11 lines
252 B
Python
# -*- coding: utf-8; mode: python -*-
|
|
|
|
project = 'Linux Media Subsystem Documentation'
|
|
|
|
tags.add("subproject")
|
|
|
|
latex_documents = [
|
|
('index', 'media.tex', 'Linux Media Subsystem Documentation',
|
|
'The kernel development community', 'manual'),
|
|
]
|