mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
11 lines
225 B
Python
11 lines
225 B
Python
![]() |
# -*- 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'),
|
||
|
]
|