Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fdd91a3d authored by Markus Heiser's avatar Markus Heiser Committed by Jonathan Corbet
Browse files

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: default avatarMarkus Heiser <markus.heiser@darmarit.de>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 6f2ec3a9
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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'),
]