mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-15 17:43:59 +00:00
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'),
|
||
|
]
|