mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 15:30:54 +07:00
22917b992d
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>
9 lines
187 B
Python
9 lines
187 B
Python
project = "The kernel security subsystem manual"
|
|
|
|
tags.add("subproject")
|
|
|
|
latex_documents = [
|
|
('index', 'security.tex', project,
|
|
'The kernel development community', 'manual'),
|
|
]
|