mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-07-26 02:13:38 -04:00
There were a few manuals that weren't being built in PDF format, but there's no reason not to... Signed-off-by: Jonathan Corbet <corbet@lwn.net>
8 lines
187 B
Python
8 lines
187 B
Python
project = "The kernel security subsystem manual"
|
|
|
|
tags.add("subproject")
|
|
|
|
latex_documents = [
|
|
('index', 'security.tex', project,
|
|
'The kernel development community', 'manual'),
|
|
]
|