mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 05:32:00 +00:00
f0ddda3e94
Now that the files at Documentation/development-process/ were converted to ReST, make create a book at Sphinx. As we'll have other books related to the development process, we'll add it as a sub-book. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
11 lines
272 B
Python
11 lines
272 B
Python
# -*- coding: utf-8; mode: python -*-
|
|
|
|
project = 'Linux Kernel Development Documentation'
|
|
|
|
tags.add("subproject")
|
|
|
|
latex_documents = [
|
|
('index', 'development-process.tex', 'Linux Kernel Development Documentation',
|
|
'The kernel development community', 'manual'),
|
|
]
|