2016-09-19 08:07:38 -03:00
|
|
|
# -*- coding: utf-8; mode: python -*-
|
|
|
|
|
|
|
|
project = 'Linux Kernel Development Documentation'
|
|
|
|
|
|
|
|
tags.add("subproject")
|
|
|
|
|
|
|
|
latex_documents = [
|
2016-10-18 09:05:32 -02:00
|
|
|
('index', 'process.tex', 'Linux Kernel Development Documentation',
|
2016-09-19 08:07:38 -03:00
|
|
|
'The kernel development community', 'manual'),
|
|
|
|
]
|