mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
fdd91a3dfa
This allows to build PDF of only the sub-projects, which reduce the roundtrip compared to build the PDF from the main documentation. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
10 lines
219 B
Python
10 lines
219 B
Python
# -*- coding: utf-8; mode: python -*-
|
|
|
|
project = "Linux GPU Driver Developer's Guide"
|
|
|
|
tags.add("subproject")
|
|
|
|
latex_documents = [
|
|
('index', 'gpu.tex', project,
|
|
'The kernel development community', 'manual'),
|
|
]
|