summaryrefslogtreecommitdiff
path: root/Documentation/80211/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/80211/conf.py
parent6f2ec3a9d5489e2b54c63ca648bb00d0857c7a96 (diff)
downloadlinux-fdd91a3dfadfa73bbb54702f1e951e7c17a507d6.tar.gz
linux-fdd91a3dfadfa73bbb54702f1e951e7c17a507d6.tar.xz
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/80211/conf.py')
-rw-r--r--Documentation/80211/conf.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/80211/conf.py b/Documentation/80211/conf.py
index 20c7c275ef4a..4424b4b0b9c3 100644
--- a/Documentation/80211/conf.py
+++ b/Documentation/80211/conf.py
@@ -3,3 +3,8 @@
project = "Linux 802.11 Driver Developer's Guide"
tags.add("subproject")
+
+latex_documents = [
+ ('index', '80211.tex', project,
+ 'The kernel development community', 'manual'),
+]