mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-20 11:13:58 +08: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'),
|
|
]
|