Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
[linux-2.6-block.git] / Documentation / process / conf.py
CommitLineData
f0ddda3e
MCC
1# -*- coding: utf-8; mode: python -*-
2
3project = 'Linux Kernel Development Documentation'
4
5tags.add("subproject")
6
7latex_documents = [
0e4f07a6 8 ('index', 'process.tex', 'Linux Kernel Development Documentation',
f0ddda3e
MCC
9 'The kernel development community', 'manual'),
10]