aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/input/conf.py
blob: d2352fdc92ede64ce47afccd0bac6ee152d836b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# -*- coding: utf-8; mode: python -*-

project = "The Linux input driver subsystem"

tags.add("subproject")

latex_documents = [
    ('index', 'linux-input.tex', project,
     'The kernel development community', 'manual'),
]