11 lines
260 B
Python
11 lines
260 B
Python
|
# -*- coding: utf-8; mode: python -*-
|
||
|
|
||
|
project = 'Linux Kernel Development Documentation'
|
||
|
|
||
|
tags.add("subproject")
|
||
|
|
||
|
latex_documents = [
|
||
|
('index', 'process.tex', 'Linux Kernel Development Documentation',
|
||
|
'The kernel development community', 'manual'),
|
||
|
]
|