conf.py 225 Bytes
# -*- 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'),
]