docs: Add more manuals to the PDF build

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>
This commit is contained in:
Jonathan Corbet
2016-11-16 16:07:02 -07:00
parent 3ed3e130ea
commit 22917b992d
3 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
project = "The kernel security subsystem manual"
tags.add("subproject")
latex_documents = [
('index', 'security.tex', project,
'The kernel development community', 'manual'),
]