summaryrefslogtreecommitdiffstats
path: root/Documentation/security
diff options
context:
space:
mode:
authorJonathan Corbet2016-11-17 00:07:02 +0100
committerJonathan Corbet2016-11-17 00:07:02 +0100
commit22917b992d3713157e759f23a5a090687d004331 (patch)
tree4a007177dc9cc36d5220f9e9b9e9441224cdf038 /Documentation/security
parentMerge branch 'mauro-pdf' into docs-next (diff)
downloadkernel-qcow2-linux-22917b992d3713157e759f23a5a090687d004331.tar.gz
kernel-qcow2-linux-22917b992d3713157e759f23a5a090687d004331.tar.xz
kernel-qcow2-linux-22917b992d3713157e759f23a5a090687d004331.zip
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>
Diffstat (limited to 'Documentation/security')
-rw-r--r--Documentation/security/conf.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/security/conf.py b/Documentation/security/conf.py
new file mode 100644
index 000000000000..472fc9a8eb67
--- /dev/null
+++ b/Documentation/security/conf.py
@@ -0,0 +1,8 @@
+project = "The kernel security subsystem manual"
+
+tags.add("subproject")
+
+latex_documents = [
+ ('index', 'security.tex', project,
+ 'The kernel development community', 'manual'),
+]