summaryrefslogtreecommitdiff
path: root/Documentation/core-api
diff options
context:
space:
mode:
authorJonathan Corbet <corbet@lwn.net>2016-11-16 16:07:02 -0700
committerJonathan Corbet <corbet@lwn.net>2016-11-16 16:07:02 -0700
commit22917b992d3713157e759f23a5a090687d004331 (patch)
tree4a007177dc9cc36d5220f9e9b9e9441224cdf038 /Documentation/core-api
parent3ed3e130ea357eb2870d677327ceed4b39edcca1 (diff)
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/core-api')
-rw-r--r--Documentation/core-api/conf.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/core-api/conf.py b/Documentation/core-api/conf.py
index fed87ab7f486..db1f7659f3da 100644
--- a/Documentation/core-api/conf.py
+++ b/Documentation/core-api/conf.py
@@ -3,3 +3,8 @@
project = "Core-API Documentation"
tags.add("subproject")
+
+latex_documents = [
+ ('index', 'core-api.tex', project,
+ 'The kernel development community', 'manual'),
+]