aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/gpu/conf.py
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2016-10-26 08:23:17 +0200
committerJonathan Corbet <corbet@lwn.net>2016-10-26 17:25:17 -0600
commitfdd91a3dfadfa73bbb54702f1e951e7c17a507d6 (patch)
tree818ec959f48f9750b6cdd722c30c25bf167fec1f /Documentation/gpu/conf.py
parentdoc-rst: include index only in subproject AND html (diff)
downloadlinux-dev-fdd91a3dfadfa73bbb54702f1e951e7c17a507d6.tar.xz
linux-dev-fdd91a3dfadfa73bbb54702f1e951e7c17a507d6.zip
doc-rst: build PDF of 80211 and gpu sub-project
This allows to build PDF of only the sub-projects, which reduce the roundtrip compared to build the PDF from the main documentation. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/gpu/conf.py')
-rw-r--r--Documentation/gpu/conf.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/gpu/conf.py b/Documentation/gpu/conf.py
index 6314d1708230..1757b040fb32 100644
--- a/Documentation/gpu/conf.py
+++ b/Documentation/gpu/conf.py
@@ -3,3 +3,8 @@
project = "Linux GPU Driver Developer's Guide"
tags.add("subproject")
+
+latex_documents = [
+ ('index', 'gpu.tex', project,
+ 'The kernel development community', 'manual'),
+]