]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
doc-rst: build PDF of 80211 and gpu sub-project
authorMarkus Heiser <markus.heiser@darmarit.de>
Wed, 26 Oct 2016 06:23:17 +0000 (08:23 +0200)
committerJonathan Corbet <corbet@lwn.net>
Wed, 26 Oct 2016 23:25:17 +0000 (17:25 -0600)
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>
Documentation/80211/conf.py
Documentation/gpu/conf.py

index 20c7c275ef4a9bdda0e1c3fa677bb6794351e303..4424b4b0b9c35de074b31eae027354745d35ce0d 100644 (file)
@@ -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'),
+]
index 6314d17082309549c330c1d943121e219132c0db..1757b040fb32f04470733f67eb848a92322642e5 100644 (file)
@@ -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'),
+]