aboutsummaryrefslogtreecommitdiff
path: root/Documentation/process/conf.py
blob: 1b01a80ad9ce684cb87456710549a412d541c101 (plain)
1
2
3
4
5
6
7
8
9
10
# -*- 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'),
]