mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-28 23:24:50 +00:00
241a8021c6
Add minimal conf.py makes the driver-api folder buildable stand-alone. To build only this folder run:: make SPHINXDIRS=driver-api htmldocs make SPHINXDIRS=driver-api pdfdocs Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
10 lines
232 B
Python
10 lines
232 B
Python
# -*- coding: utf-8; mode: python -*-
|
|
|
|
project = "The Linux driver implementer's API guide"
|
|
|
|
tags.add("subproject")
|
|
|
|
latex_documents = [
|
|
('index', 'driver-api.tex', project,
|
|
'The kernel development community', 'manual'),
|
|
]
|