浏览代码

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>
Markus Heiser 9 年之前
父节点
当前提交
fdd91a3dfa
共有 2 个文件被更改,包括 10 次插入0 次删除
  1. 5 0
      Documentation/80211/conf.py
  2. 5 0
      Documentation/gpu/conf.py

+ 5 - 0
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'),
+]

+ 5 - 0
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'),
+]