Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Markus Heiser and committed by
Jonathan Corbet
fdd91a3d 6f2ec3a9

+10
+5
Documentation/80211/conf.py
··· 3 3 project = "Linux 802.11 Driver Developer's Guide" 4 4 5 5 tags.add("subproject") 6 + 7 + latex_documents = [ 8 + ('index', '80211.tex', project, 9 + 'The kernel development community', 'manual'), 10 + ]
+5
Documentation/gpu/conf.py
··· 3 3 project = "Linux GPU Driver Developer's Guide" 4 4 5 5 tags.add("subproject") 6 + 7 + latex_documents = [ 8 + ('index', 'gpu.tex', project, 9 + 'The kernel development community', 'manual'), 10 + ]