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>
10 lines
252 B
Python
10 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'),
|
|
]
|